X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/64ecd02f0b74d2251e30fc1c97fdf1aa60f53e90..938cdd8503f9e9257e9b023eb25ed32d6668bf74:/app/views/notifier/email_confirm.text.html.rhtml diff --git a/app/views/notifier/email_confirm.text.html.rhtml b/app/views/notifier/email_confirm.text.html.rhtml index 271a35028..5b7c74d7f 100644 --- a/app/views/notifier/email_confirm.text.html.rhtml +++ b/app/views/notifier/email_confirm.text.html.rhtml @@ -1,8 +1,7 @@ -

Hi,

+

<%= t 'notifier.email_confirm_html.greeting' %>

-

Someone (hopefully you) would like to change their email address over at - <%= SERVER_URL %> to <%= @address %>.

+

<%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %>

-

If this is you, please click the link below to confirm the change.

+

<%= t 'notifier.email_confirm_html.click_the_link' %>

<%= @url %>