reset: Tag "forgot password" text for translation.

This commit is contained in:
Alex Vandiver 2023-02-21 16:32:36 +00:00 committed by Tim Abbott
parent 6e001d0672
commit ab9cab51de
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<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') }}">
{{ csrf_input }}