From e8cf51095aaa0a5250bd5fc89dffdb3d5fa74cfe Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 24 Oct 2019 10:40:50 +0200 Subject: [PATCH] Add back missing translation --- webapp/components/NotificationMenu/NotificationMenu.vue | 2 +- webapp/locales/de.json | 1 + webapp/locales/en.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/components/NotificationMenu/NotificationMenu.vue b/webapp/components/NotificationMenu/NotificationMenu.vue index 4ab3dedca..873fbe736 100644 --- a/webapp/components/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/NotificationMenu/NotificationMenu.vue @@ -14,7 +14,7 @@ - {{ $t('notifications.page') }} + {{ $t('notifications.pageLink') }} diff --git a/webapp/locales/de.json b/webapp/locales/de.json index cc2df3e3a..25ce3742f 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -177,6 +177,7 @@ }, "comment": "Kommentar", "title": "Benachrichtigungen", + "pageLink": "Alle Benachrichtigungen", "post": "Beitrag", "user": "Benutzer", "content": "Inhalt", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index a32b32318..b77922b74 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -178,6 +178,7 @@ }, "comment": "Comment", "title": "Notifications", + "pageLink": "All notifications", "post": "Post", "user": "User", "content": "Content",