Skip to content

Commit

Permalink
[Backport to 3.2.x][Fixes #8844] Typo in valid user invite submission…
Browse files Browse the repository at this point in the history
… message (#8847)
  • Loading branch information
Alessio Fabiani authored Feb 22, 2022
1 parent 8b1b6d0 commit 2451cf0
Show file tree
Hide file tree
Showing 53 changed files with 448 additions and 259 deletions.
2 changes: 1 addition & 1 deletion geonode/invitations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def form_valid(self, form):

return self.render_to_response(
self.get_context_data(
success_message=_("Invitations succefully sent to '%(email)s'") % {
success_message=_("Invitations successfully sent to '%(email)s'") % {
"email": ', '.join(invited)}))

def form_invalid(self, form, emails=None, e=None):
Expand Down
2 changes: 1 addition & 1 deletion geonode/locale/af/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ msgid "E-mail"
msgstr "e-pos"

#, python-format
msgid "Invitations succefully sent to '%(email)s'"
msgid "Invitations successfully sent to '%(email)s'"
msgstr ""

#, python-format
Expand Down
2 changes: 1 addition & 1 deletion geonode/locale/al/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ msgid "E-mail"
msgstr ""

#, python-format
msgid "Invitations succefully sent to '%(email)s'"
msgid "Invitations successfully sent to '%(email)s'"
msgstr ""

#, python-format
Expand Down
2 changes: 1 addition & 1 deletion geonode/locale/am/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ msgid "E-mail"
msgstr ""

#, python-format
msgid "Invitations succefully sent to '%(email)s'"
msgid "Invitations successfully sent to '%(email)s'"
msgstr ""

#, python-format
Expand Down
Binary file modified geonode/locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 2451cf0

Please sign in to comment.