From 77f942685c86ec2ae42c41de6d7060b64aeec0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Sun, 23 Apr 2023 11:06:59 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20termes=20pour=20les=20boutons?= =?UTF-8?q?=20abonnement=20et=20d=C3=A9sabonnement=20aux=20listes=20de=20d?= =?UTF-8?q?iffusion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/abomailmans_fr.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/abomailmans_fr.php b/lang/abomailmans_fr.php index 5cfdfdb..5f26ab9 100644 --- a/lang/abomailmans_fr.php +++ b/lang/abomailmans_fr.php @@ -8,5 +8,6 @@ if (!defined('_ECRIRE_INC_VERSION')) { $GLOBALS[$GLOBALS['idx_lang']] = array( 'verifier_formulaire' => 'Veuillez indiquer votre adresse courriel svp.', - + 'btn_desabonnement' => 'Je me désabonne', + 'btn_abonnement' => 'Je m\'abonne', );