]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/email_confirm.text.plain.rhtml
Make the rest of the email translatable.
[rails.git] / app / views / notifier / email_confirm.text.plain.rhtml
index 28589dfbc2f36808278b8546ecffedd3bc001bd6..176ef2238ab5c190485293d9a2bf27f659df182a 100644 (file)
@@ -1,8 +1,8 @@
-Hi,
+<%= t 'notifier.email_confirm_plain.greeting' %>
 
-Someone (hopefully you) would like to change their email address over at
-<%= SERVER_URL %> to <%= @address %>.
+<%= t 'notifier.email_confirm_plain.hopefully_you_1' %>
+<%= t 'notifier.email_confirm_plain.hopefully_you_2', :server_url => SERVER_URL, :new_address => @address %>
 
-If this is you, please click the link below to confirm the change.
+<%= t 'notifier.email_confirm_plain.click_the_link' %>
 
 <%= @url %>