From a67787e56d84c821b82304c01bbc4e20c2b37f4c Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Thu, 13 Apr 2023 18:01:58 +0200 Subject: [PATCH] Fix typo --- locale/fr/LC_MESSAGES/django.po | 2 +- sith/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [