Fixed some "lego" messages in plain text emails
This commit is contained in:
parent
2b99d77962
commit
fecc643c4e
3 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
<%= t 'notifier.email_confirm_plain.greeting' %>
|
||||
|
||||
<%= t 'notifier.email_confirm_plain.hopefully_you_1' %>
|
||||
<%= t 'notifier.email_confirm_plain.hopefully_you_2', :server_url => SERVER_URL, :new_address => @address %>
|
||||
<%= word_wrap(t 'notifier.email_confirm_plain.hopefully_you', :server_url => SERVER_URL, :new_address => @address) %>
|
||||
|
||||
<%= t 'notifier.email_confirm_plain.click_the_link' %>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<%= t 'notifier.lost_password_plain.greeting' %>
|
||||
|
||||
<%= t 'notifier.lost_password_plain.hopefully_you_1' %>
|
||||
<%= t 'notifier.lost_password_plain.hopefully_you_2' %>
|
||||
<%= word_wrap(t 'notifier.lost_password_plain.hopefully_you') %>
|
||||
|
||||
<%= t 'notifier.lost_password_plain.click_the_link' %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue