Skip to content

Commit

Permalink
Merge pull request #332 from Nestpebble/patch-1
Browse files Browse the repository at this point in the history
Improve Managed Node description
  • Loading branch information
Hunter275 authored Nov 24, 2024
2 parents 03173f6 + 6fc183f commit e78aa2d
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 Remote Admin node 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 e78aa2d

Please sign in to comment.