We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97f9b00 + 5a9e5e5 commit 2eb9082Copy full SHA for 2eb9082
app/code/Magento/Newsletter/view/frontend/email/subscr_success.html
@@ -13,6 +13,6 @@
13
14
{{template config_path="design/email/header_template"}}
15
16
-{{trans "You have been successfully subscribed to our newsletter."}}
+<p>{{trans "You have been successfully subscribed to our newsletter."}}</p>
17
18
{{template config_path="design/email/footer_template"}}
app/code/Magento/Newsletter/view/frontend/email/unsub_success.html
-{{trans "You have been unsubscribed from the newsletter."}}
+<p>{{trans "You have been unsubscribed from the newsletter."}}</p>
0 commit comments