From 89c0d978866a76ae0f44e5c5380db1a6d816ec0c Mon Sep 17 00:00:00 2001 From: Iliana Panagopoulou Date: Mon, 27 Aug 2018 16:12:08 +0300 Subject: [PATCH] Fix nofications typo in sidebar Test Plan: vima.staging Reviewers: #servers, jpr Reviewed By: jpr Subscribers: #servers Differential Revision: https://phab.noc.grnet.gr/D4912 --- locale/el/LC_MESSAGES/django.po | 5 +---- notifications/tests.py | 2 +- templates/base.html | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) 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 @@