Skip to content

Commit 2eb9082

Browse files
authored
ENGCOM-7522: Newsletter subscription emails should also use paragraph tags #27357
2 parents 97f9b00 + 5a9e5e5 commit 2eb9082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Newsletter/view/frontend/email/subscr_success.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
{{template config_path="design/email/header_template"}}
1515

16-
{{trans "You have been successfully subscribed to our newsletter."}}
16+
<p>{{trans "You have been successfully subscribed to our newsletter."}}</p>
1717

1818
{{template config_path="design/email/footer_template"}}

app/code/Magento/Newsletter/view/frontend/email/unsub_success.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
{{template config_path="design/email/header_template"}}
1515

16-
{{trans "You have been unsubscribed from the newsletter."}}
16+
<p>{{trans "You have been unsubscribed from the newsletter."}}</p>
1717

1818
{{template config_path="design/email/footer_template"}}

0 commit comments

Comments
 (0)