[extensions-web] Fixed typo: forgotten -> forgot



commit 4353531303c66b1ce7251983c8c7957dc0cea228
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue Jan 22 09:47:46 2019 +0100

    Fixed typo: forgotten -> forgot

 po/extensions-web.pot                                           | 2 +-
 sweettooth/auth/templates/registration/password_reset_form.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/extensions-web.pot b/po/extensions-web.pot
index b6bc48e..fbb60fb 100644
--- a/po/extensions-web.pot
+++ b/po/extensions-web.pot
@@ -93,7 +93,7 @@ msgstr ""
 #: sweettooth/auth/templates/registration/password_reset_form.html:8
 #: extensions-web-domain-django:1
 msgid ""
-"Forgotten your password? Enter your e-mail address below, and we’ll e-mail "
+"Forgot your password? Enter your e-mail address below, and we’ll e-mail "
 "instructions for setting a new one."
 msgstr ""
 
diff --git a/sweettooth/auth/templates/registration/password_reset_form.html 
b/sweettooth/auth/templates/registration/password_reset_form.html
index c84fd15..853d133 100644
--- a/sweettooth/auth/templates/registration/password_reset_form.html
+++ b/sweettooth/auth/templates/registration/password_reset_form.html
@@ -5,7 +5,7 @@
 <form action="" method="POST" class="auth_form">
   {% csrf_token %}
   <h3>{% trans "Password reset" %}</h3>
-  <p>{% trans "Forgotten your password? Enter your e-mail address below, and we’ll e-mail instructions for 
setting a new one." %}</p>
+  <p>{% trans "Forgot your password? Enter your e-mail address below, and we’ll e-mail instructions for 
setting a new one." %}</p>
   <ul>
   {{ form.as_ul }}
   </ul>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]