We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ab9b4 commit 6b2419bCopy full SHA for 6b2419b
2 files changed
dojo/locale/en/LC_MESSAGES/django.po
@@ -3198,7 +3198,7 @@ msgid ""
3198
msgstr ""
3199
3200
#: dojo/templates/dojo/forgot_username.html
3201
-msgid "Retreive my username"
+msgid "Retrieve my username"
3202
3203
3204
#: dojo/templates/dojo/forgot_username_done.html
dojo/templates/login/forgot_username.html
@@ -9,7 +9,7 @@ <h3>{% translate 'Retrieve Username' %}</h3>
9
{% include "dojo/form_fields.html" with form=form %}
10
<div class="form-group">
11
<div class="col-sm-offset-1 col-sm-1">
12
- <button id="reset-password" class="btn btn-success">{% translate 'Retreive my username' %}</button>
+ <button id="reset-password" class="btn btn-success">{% translate 'Retrieve my username' %}</button>
13
</div>
14
15
</fieldset>
0 commit comments