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') . '';
}
}
}