X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/64ecd02f0b74d2251e30fc1c97fdf1aa60f53e90..d9dbd3edf16335ffd6b9d57d63f55ca98fdc292c:/app/views/notifier/email_confirm.text.plain.rhtml diff --git a/app/views/notifier/email_confirm.text.plain.rhtml b/app/views/notifier/email_confirm.text.plain.rhtml index 28589dfbc..176ef2238 100644 --- a/app/views/notifier/email_confirm.text.plain.rhtml +++ b/app/views/notifier/email_confirm.text.plain.rhtml @@ -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 %>