update after gh feedback.

This commit is contained in:
Graham Morrison 2018-03-28 12:10:10 +01:00
parent f49d368ae3
commit 5d14007b30
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class RackForm(Form):
"localhost or 127.0.0.1 are not useful values here." )) "localhost or 127.0.0.1 are not useful values here." ))
secret = PasswordField( secret = PasswordField(
_("MAAS Rack Controller shared secret:"), _("MAAS shared secret:"),
help=_( help=_(
"The secret can be found in /var/lib/maas/secret " "The secret can be found in /var/lib/maas/secret "
"on the region controller. " )) "on the region controller. " ))