Skip to content

Commit

Permalink
translations: Fix translation of "name" to "Name"
Browse files Browse the repository at this point in the history
"Nachname" ist not correct in all contexts. For example, "name" in the
contact list is the full name. Fix to "Name".

This is a quickfix which should be reviewed and possibly converted into
a gettext context.
  • Loading branch information
donald committed Feb 12, 2025
1 parent c9e6272 commit 93156f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ msgstr "Sonderfunktion"
#: mpicms/templates/wagtailusers/users/list.html:8
#: mpicms/templates/wagtailusers/users/list.html:12
msgid "Name"
msgstr "Nachname"
msgstr "Name"

#: mpicms/templates/personal/list.html:93
msgid "Email"
Expand Down

0 comments on commit 93156f6

Please sign in to comment.