From f15b71300e8a0dda605a34efd4ad77cf41441fc4 Mon Sep 17 00:00:00 2001 From: efalcy <efalcy@afi-sa.fr> Date: Thu, 4 May 2017 15:20:08 +0200 Subject: [PATCH] hotline #59638: fix test --- library/ZendAfi/Controller/Plugin/Manager/Newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ZendAfi/Controller/Plugin/Manager/Newsletter.php b/library/ZendAfi/Controller/Plugin/Manager/Newsletter.php index 9a341ea9ce0..c308700ca48 100644 --- a/library/ZendAfi/Controller/Plugin/Manager/Newsletter.php +++ b/library/ZendAfi/Controller/Plugin/Manager/Newsletter.php @@ -59,7 +59,7 @@ function sendNewsletterClick(event) { ");}, 'label' => ($existing_dispatch ? $this->_('Reprendre l\'envoi en cours') - : $this->_('Envoyez la lettre d\'information');$label_send_newsletter) + : $this->_('Envoyez la lettre d\'information')) ], ['url' => '/admin/newsletter/duplicate/id/%s', 'icon' => 'copy', -- GitLab