From 63b0c228064032d2da81c43c7504266dd2704055 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 26 Jan 2022 16:50:41 +0100 Subject: [PATCH] update: fix text and add proper headline --- src/locales/en.json | 3 ++- src/locales/es.json | 3 ++- src/locales/fr.json | 3 ++- src/views/partials/notifications/message-joboffer.pug | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 0b5a8a02..55d45f8c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -298,7 +298,8 @@ "in": "in" }, "joboffer": { - "new": "in job-offers" + "new": "in #job-offers", + "summary": "1 offer is matching your skills" }, "private": { "private": "in private" diff --git a/src/locales/es.json b/src/locales/es.json index f5f72338..f1dacbe7 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -298,7 +298,8 @@ "in": "dentro" }, "joboffer": { - "new": "in oferta de trabajo" + "new": "in #ofertas de trabajo", + "summary": "1 misión coincide con tus habilidades" }, "private": { "private": "en privado" diff --git a/src/locales/fr.json b/src/locales/fr.json index c18cae42..a8833696 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -296,7 +296,8 @@ "in": "dans" }, "joboffer": { - "new": "dans offres de mission" + "new": "dans #offres de mission", + "summary": "1 mission correspond à tes compétences" }, "private": { "private": "en privé" diff --git a/src/views/partials/notifications/message-joboffer.pug b/src/views/partials/notifications/message-joboffer.pug index 48c8281c..ad949ce1 100644 --- a/src/views/partials/notifications/message-joboffer.pug +++ b/src/views/partials/notifications/message-joboffer.pug @@ -5,4 +5,5 @@ solid-notifications-template(data-rdf-type='hd:joboffer') .solid-notification__content span.solid-notification__title ${await author.name} span.solid-notification__title__side(data-trans='notification.joboffer.new') + p.solid-notification__summary(data-trans='notification.joboffer.summary') p.solid-notification__summary ${await object.title} -- GitLab