From 05cb98b3a05071b0076b87ff97957b9d701d2dae Mon Sep 17 00:00:00 2001 From: Jo Vuit <jo.vuitton@gmail.com> Date: Thu, 24 Jan 2019 13:58:27 +0100 Subject: [PATCH] Reformulate ('No notifications yet' is not appropriate if they are hidden because they are already read. 'No notification to show' is better') --- front/src/views/Notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue index 66aaccfa28..98e6669436 100644 --- a/front/src/views/Notifications.vue +++ b/front/src/views/Notifications.vue @@ -24,7 +24,7 @@ </tbody> </table> <p v-else> - <translate>No notifications yet.</translate> + <translate>No notification to show.</translate> </p> </div> </section> -- GitLab