show that password is optional on label
This commit is contained in:
parent
0aaf20181c
commit
3e4dd513c9
|
@ -30,7 +30,7 @@
|
||||||
{{input-tip validation=usernameValidation id="username-validation"}}
|
{{input-tip validation=usernameValidation id="username-validation"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label>{{i18n 'user.change_password.set_password'}}</label>
|
<label>{{i18n 'invites.password_label'}}</label>
|
||||||
|
|
||||||
<div class="input password-input">
|
<div class="input password-input">
|
||||||
{{password-field value=accountPassword type="password" id="new-account-password" capsLockOn=capsLockOn}}
|
{{password-field value=accountPassword type="password" id="new-account-password" capsLockOn=capsLockOn}}
|
||||||
|
|
|
@ -1073,6 +1073,7 @@ en:
|
||||||
your_email: "Your account email address is <b>%{email}</b>."
|
your_email: "Your account email address is <b>%{email}</b>."
|
||||||
accept_invite: "Accept Invitation"
|
accept_invite: "Accept Invitation"
|
||||||
success: "Your account has been created and you're now logged in."
|
success: "Your account has been created and you're now logged in."
|
||||||
|
password_label: "Set Password (optional)"
|
||||||
|
|
||||||
password_reset:
|
password_reset:
|
||||||
continue: "Continue to %{site_name}"
|
continue: "Continue to %{site_name}"
|
||||||
|
|
Loading…
Reference in New Issue