diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po index 1e69407b..4b621137 100644 --- a/locale/el/LC_MESSAGES/django.po +++ b/locale/el/LC_MESSAGES/django.po @@ -836,10 +836,6 @@ msgstr "Έξοδος" msgid "Applications" msgstr "Αιτήσεις" -#: templates/base.html:187 -msgid "Nofications" -msgstr "Ειδοποιήσεις" - #: templates/base.html:188 templates/clusters/clusters.html:10 #: templates/clusters/clusters.html:41 msgid "Cluster Info" @@ -1415,6 +1411,7 @@ msgstr "εργασίες" #: templates/notifications/create.html:11 #: templates/notifications/detail.html:6 #: templates/notifications/detail.html:13 +#: templates/base.html:187 msgid "Notifications" msgstr "Ειδοποιήσεις" diff --git a/notifications/tests.py b/notifications/tests.py index 098e7dd3..4d64e57b 100644 --- a/notifications/tests.py +++ b/notifications/tests.py @@ -14,7 +14,7 @@ def login_superuser(self): return self.client.login(username=self.superuser_username, password=self.superuser_password) -class NoficationsTestCase(LoginTestCase): +class NotificationsTestCase(LoginTestCase): def setUp(self): self.client = Client() diff --git a/templates/base.html b/templates/base.html index 8bbb4464..9d04fe4c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -194,7 +194,7 @@