fix: Change reset password button label (#7958)
This commit is contained in:
parent
9dadc41fbf
commit
d4bf5b6d38
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
<span class="indicator blue" data-text="{{ _("Forgot Password") }}"></span></div>
|
||||
<input type="email" id="forgot_email"
|
||||
class="form-control" placeholder="{{ _('Email address') }}" required autofocus>
|
||||
<button class="btn btn-sm btn-primary btn-block btn-forgot" type="submit">{{ _("Send Password") }}</button>
|
||||
<button class="btn btn-sm btn-primary btn-block btn-forgot" type="submit">{{ _("Reset Password") }}</button>
|
||||
</form>
|
||||
</div>
|
||||
<div class='form-footer'>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue