Add usernames for admin and monitor users to help

Add the correct usernames for the two users with `admin` and `monitoring` rights in the help text.
This commit is contained in:
Johann Richard 2020-03-22 19:51:53 +01:00 committed by Franco Fichtner
parent 0186f548f8
commit f9e8a166d7
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@
<id>nut.account.admin_password</id>
<label>Admin Password</label>
<type>text</type>
<help>Set the admin password.</help>
<help>Set the password for admin user "admin".</help>
</field>
<field>
<id>nut.account.mon_password</id>
<label>Monitor Password</label>
<type>text</type>
<help>Set the monitor password.</help>
<help>Set the password for monitoring user "monuser".</help>
</field>
</subtab>
</tab>