From acc7a373fcbd8ced22f073f40d8a9359ada035db Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Fri, 9 Feb 2024 17:17:16 +0100 Subject: [PATCH] chore(unsubscribe): update text and page title --- src/locales/fr.json | 2 +- src/targets/public/index.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index 5a9a4e296..3dd9b0056 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1288,7 +1288,7 @@ "unsubscribe": { "error": "Une erreur est survenue lors de votre désinscription, merci de ré-essayer plus tard.", "unsubscribed": "Vous êtes désormais désabonné de la newsletter Ecolyo", - "subscribed": "Vous êtes désormais abonné à la newsletter Ecolyo", + "subscribed": "Vous êtes désormais à nouveau abonné à la newsletter Ecolyo", "content": "Vous ne recevrez plus la notification de votre bilan ainsi que les conseils associés au mois en cours.", "button_subscribe": "Me ré-abonner", "button_home": "Me connecter à Ecolyo", diff --git a/src/targets/public/index.ejs b/src/targets/public/index.ejs index 7ae02d3c7..6a02d8ede 100644 --- a/src/targets/public/index.ejs +++ b/src/targets/public/index.ejs @@ -2,7 +2,7 @@ <html lang="{{.Locale}}"> <head> <meta charset="utf-8"> - <title><%= htmlWebpackPlugin.options.title %> | Me désabonner</title> + <title><%= htmlWebpackPlugin.options.title %> | Désabonnement</title> <link rel="icon" type="image/png" href="public/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="public/favicon-16x16.png" sizes="16x16"> <!-- PWA Manifest --> -- GitLab