Skip to content

Commit

Permalink
Update Security.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestpebble authored Nov 2, 2024
1 parent 42068ad commit 2cf7655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/Config/Security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const Security = (): JSX.Element => {
name: "isManaged",
label: "Managed",
description:
'If true, device is considered to be "managed" by a mesh administrator via admin messages',
'If true, device configuration options are only able to be changed remotely by a mesh administrator via admin messages. Do not enable this option unless a suitable Remote Admin node has been setup, and the public key stored in the field below.',
},
{
type: "text",
Expand Down

0 comments on commit 2cf7655

Please sign in to comment.