From 40aec49787e0a7c6e1da881c70e71c2ddb8b1b75 Mon Sep 17 00:00:00 2001 From: Jo Vuit Date: Sun, 10 Feb 2019 15:25:46 +0100 Subject: [PATCH] Added translation string context for Notifications.vue --- front/src/views/Notifications.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue index 98e666943..bee7e5e35 100644 --- a/front/src/views/Notifications.vue +++ b/front/src/views/Notifications.vue @@ -2,20 +2,20 @@
-
Loading notifications…
+
Loading notifications…
-

Your notifications

+

Your notifications

- +
- Mark all as read + Mark all as read
@@ -71,7 +71,7 @@ export default { }), labels() { return { - title: this.$gettext("Notifications") + title: this.$pgettext('Head/Notifications/Title', "Notifications") } } },