Skip to content

Commit

Permalink
ENGCOM-7522: Newsletter subscription emails should also use paragraph…
Browse files Browse the repository at this point in the history
… tags #27357
  • Loading branch information
slavvka committed May 29, 2020
2 parents 97f9b00 + 5a9e5e5 commit 2eb9082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

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

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

{{template config_path="design/email/footer_template"}}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

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

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

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

0 comments on commit 2eb9082

Please sign in to comment.