From 79d8041f4aa4294f3dd0d9b6caf9bb59655ba97e Mon Sep 17 00:00:00 2001 From: Fabrice Gangler <fabrice.gangler@adullact.org> Date: Wed, 5 Feb 2025 11:52:13 +0100 Subject: [PATCH] Resolve "Maj [ Directeur de publication ]" --- src/Locale/en/Home.po | 2 +- src/Locale/fr/Home.po | 4 ++-- src/Template/Api/V1/Pages/legal.ctp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Locale/en/Home.po b/src/Locale/en/Home.po index 98776be6..3b6a9fb8 100644 --- a/src/Locale/en/Home.po +++ b/src/Locale/en/Home.po @@ -84,7 +84,7 @@ msgid "Publication director" msgstr "" #: Template/Api/V1/Pages/legal.ctp:29 -msgid "Pascal Kuczynski, General Director of ADULLACT" +msgid "Matthieu FAURE, General Director of ADULLACT" msgstr "" #: Template/Api/V1/Pages/legal.ctp:33 diff --git a/src/Locale/fr/Home.po b/src/Locale/fr/Home.po index d7add479..2b898cf1 100644 --- a/src/Locale/fr/Home.po +++ b/src/Locale/fr/Home.po @@ -88,8 +88,8 @@ msgid "Publication director" msgstr "Directeur de publication" #: Template/Api/V1/Pages/legal.ctp:29 -msgid "Pascal Kuczynski, General Director of ADULLACT" -msgstr "Pascal Kuczynski, Délégué Général de l' ADULLACT" +msgid "Matthieu FAURE, General Director of ADULLACT" +msgstr "Matthieu FAURE, Délégué Général de l' ADULLACT" #: Template/Api/V1/Pages/legal.ctp:33 msgid "Hosting" diff --git a/src/Template/Api/V1/Pages/legal.ctp b/src/Template/Api/V1/Pages/legal.ctp index a9a9a9a5..324a0f05 100644 --- a/src/Template/Api/V1/Pages/legal.ctp +++ b/src/Template/Api/V1/Pages/legal.ctp @@ -26,7 +26,7 @@ $this->assign('title', __d("Home", "Legal")); <?= __d("Home", "Publication director") ?> </h3> <p> - <?= __d("Home", "Pascal Kuczynski, General Director of ADULLACT") ?> + <?= __d("Home", "Matthieu FAURE, General Director of ADULLACT") ?> </p> <h3> -- GitLab