mirror of https://github.com/zulip/zulip.git
reset: Tag "forgot password" text for translation.
This commit is contained in:
parent
6e001d0672
commit
ab9cab51de
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<div class="app-main forgot-password-container white-box new-style">
|
<div class="app-main forgot-password-container white-box new-style">
|
||||||
|
|
||||||
<p>Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.</p>
|
<p>{{ _("Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.") }}</p>
|
||||||
|
|
||||||
<form method="post" action="{{ url('password_reset') }}">
|
<form method="post" action="{{ url('password_reset') }}">
|
||||||
{{ csrf_input }}
|
{{ csrf_input }}
|
||||||
|
|
Loading…
Reference in New Issue