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