diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 71301599..f41f72ed 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -5573,7 +5573,7 @@ msgid "German" msgstr "Allemant" #: sith/settings.py:449 -msgid "Spanich" +msgid "Spanish" msgstr "Espagnol" #: sith/settings.py:453 diff --git a/sith/settings.py b/sith/settings.py index 9b2ed357..26a013a0 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -452,7 +452,7 @@ SITH_PEDAGOGY_UV_LANGUAGE = [ ("FR", _("French")), ("EN", _("English")), ("DE", _("German")), - ("SP", _("Spanich")), + ("SP", _("Spanish")), ] SITH_PEDAGOGY_UV_RESULT_GRADE = [