show that password is optional on label

This commit is contained in:
Neil Lalonde 2017-02-15 19:59:16 -05:00
parent 0aaf20181c
commit 3e4dd513c9
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
 {{input-tip validation=usernameValidation id="username-validation"}}
</div>
<label>{{i18n 'user.change_password.set_password'}}</label>
<label>{{i18n 'invites.password_label'}}</label>
<div class="input password-input">
{{password-field value=accountPassword type="password" id="new-account-password" capsLockOn=capsLockOn}}

View File

@ -1073,6 +1073,7 @@ en:
your_email: "Your account email address is <b>%{email}</b>."
accept_invite: "Accept Invitation"
success: "Your account has been created and you're now logged in."
password_label: "Set Password (optional)"
password_reset:
continue: "Continue to %{site_name}"