mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 14:13:37 +08:00
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"}}
|
||||
</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}}
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user