mirror of https://github.com/zulip/zulip.git
settings: Replace 'Forgotten it?' to 'Forgot it?'.
This is nicer English.
This commit is contained in:
parent
cefc191dd6
commit
454400605b
|
@ -4,7 +4,7 @@
|
|||
<input type="password" autocomplete="off" name="old_password" id="old_password" class="w-200 inline-block" value="" />
|
||||
<i class="fa fa-eye-slash password_visibility_toggle tippy-zulip-tooltip" role="button"></i>
|
||||
<div class="settings-forgot-password">
|
||||
<a href="/accounts/password/reset/" class="sea-green" target="_blank" rel="noopener noreferrer">{{t "Forgotten it?" }}</a>
|
||||
<a href="/accounts/password/reset/" class="sea-green" target="_blank" rel="noopener noreferrer">{{t "Forgot it?" }}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="field password-div">
|
||||
|
|
Loading…
Reference in New Issue