Use paragraphs instead of line breaks, and avoid using html in translation strings

This commit is contained in:
Andy Allan 2021-06-23 16:43:35 +01:00
parent 24f6aeda6a
commit 40589960be
3 changed files with 6 additions and 3 deletions

View file

@ -1 +1,2 @@
<%= t "confirmations.confirm_resend.success_html", :email => email, :sender => sender %>
<p><%= t ".confirmation_sent", :email => email %></p>
<p><%= t ".whitelist", :sender => sender %></p>