Skip to content

Commit 6b2419b

Browse files
authored
ui: fix "retrieve my username" typo (#12368)
1 parent 11ab9b4 commit 6b2419b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dojo/locale/en/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ msgid ""
31983198
msgstr ""
31993199

32003200
#: dojo/templates/dojo/forgot_username.html
3201-
msgid "Retreive my username"
3201+
msgid "Retrieve my username"
32023202
msgstr ""
32033203

32043204
#: dojo/templates/dojo/forgot_username_done.html

dojo/templates/login/forgot_username.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3>{% translate 'Retrieve Username' %}</h3>
99
{% include "dojo/form_fields.html" with form=form %}
1010
<div class="form-group">
1111
<div class="col-sm-offset-1 col-sm-1">
12-
<button id="reset-password" class="btn btn-success">{% translate 'Retreive my username' %}</button>
12+
<button id="reset-password" class="btn btn-success">{% translate 'Retrieve my username' %}</button>
1313
</div>
1414
</div>
1515
</fieldset>

0 commit comments

Comments
 (0)