]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/email_confirm.text.erb
Added a greeting to the changeset comment message
[rails.git] / app / views / notifier / email_confirm.text.erb
index 176ef2238ab5c190485293d9a2bf27f659df182a..db9ae0f93f5abb6117880d4b3e771e47094983cc 100644 (file)
@@ -1,7 +1,6 @@
 <%= t 'notifier.email_confirm_plain.greeting' %>
 
 <%= 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' %>
 
 
 <%= t 'notifier.email_confirm_plain.click_the_link' %>