diff --git a/lib/Newsletter/Shortcodes/ShortcodesHelper.php b/lib/Newsletter/Shortcodes/ShortcodesHelper.php
index 8c7a31209c..d6fb61f363 100644
--- a/lib/Newsletter/Shortcodes/ShortcodesHelper.php
+++ b/lib/Newsletter/Shortcodes/ShortcodesHelper.php
@@ -79,7 +79,7 @@ class ShortcodesHelper {
array(
'text' => __('Unsubscribe link', 'mailpoet'),
'shortcode' => sprintf(
- '%s',
+ '%s',
'[link:subscription_unsubscribe_url]',
__('Unsubscribe', 'mailpoet')
)
@@ -87,7 +87,7 @@ class ShortcodesHelper {
array(
'text' => __('Edit subscription page link', 'mailpoet'),
'shortcode' => sprintf(
- '%s',
+ '%s',
'[link:subscription_manage_url]',
__('Manage subscription', 'mailpoet')
)
@@ -95,7 +95,7 @@ class ShortcodesHelper {
array(
'text' => __('View in browser link', 'mailpoet'),
'shortcode' => sprintf(
- '%s',
+ '%s',
'[link:newsletter_view_in_browser_url]',
__('View in your browser', 'mailpoet')
)