Skip to content

Commit

Permalink
Merge pull request #20 from atsign-foundation/cpswan-form-manager
Browse files Browse the repository at this point in the history
fix: Help for manager field
  • Loading branch information
cpswan authored Oct 20, 2024
2 parents 232ea04 + 40ad298 commit 0677c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ return view.extend({
_('The device atSign e.g. @device'));

s.option(form.Value, 'manager', _('Manager atSign'),
_('The device atSign e.g. @manager'));
_('The manager atSign e.g. @manager'));

s.option(form.Value, 'device', _('Device name'),
_('The name for this device e.g. openwrt'));
Expand Down

0 comments on commit 0677c05

Please sign in to comment.