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",