From 65868fd26a8abeded91b058702b64ff7ff54fddf Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 25 Aug 2016 17:07:30 +0300 Subject: [PATCH] fix unsubscribe --- application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php | 2 +- application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php b/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php index d0a0af6da9..07c3aae364 100644 --- a/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php +++ b/application/Espo/Modules/Crm/EntryPoints/SubscribeAgain.php @@ -102,7 +102,7 @@ class SubscribeAgain extends \Espo\Core\EntryPoints\Base } echo $this->getLanguage()->translate('subscribedAgain', 'messages', 'Campaign'); echo '

'; - echo '' . $this->getLanguage()->translate('Unsubscribe again', 'labels', 'Campaign') . ''; + echo '' . $this->getLanguage()->translate('Unsubscribe again', 'labels', 'Campaign') . ''; } } } diff --git a/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php b/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php index 0d85f6cddd..924cb0f7be 100644 --- a/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php +++ b/application/Espo/Modules/Crm/EntryPoints/Unsubscribe.php @@ -102,7 +102,7 @@ class Unsubscribe extends \Espo\Core\EntryPoints\Base } echo $this->getLanguage()->translate('unsubscribed', 'messages', 'Campaign'); echo '

'; - echo '' . $this->getLanguage()->translate('Subscribe again', 'labels', 'Campaign') . ''; + echo '' . $this->getLanguage()->translate('Subscribe again', 'labels', 'Campaign') . ''; } } }