X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad9f0b624728259fbe17f7b631d3efef5a488d3b..ff0569829f81f868e054e6430eaf11bf779d1213:/app/views/user_mailer/email_confirm.text.erb diff --git a/app/views/user_mailer/email_confirm.text.erb b/app/views/user_mailer/email_confirm.text.erb index e4fff2b6d..66bd55307 100644 --- a/app/views/user_mailer/email_confirm.text.erb +++ b/app/views/user_mailer/email_confirm.text.erb @@ -1,7 +1,7 @@ -<%= t 'user_mailer.email_confirm_plain.greeting' %> +<%= t '.greeting' %> -<%= word_wrap(t 'user_mailer.email_confirm_plain.hopefully_you', :server_url => Settings.server_url, :new_address => @address) %> +<%= word_wrap(t '.hopefully_you', :server_url => Settings.server_url, :new_address => @address) %> -<%= t 'user_mailer.email_confirm_plain.click_the_link' %> +<%= t '.click_the_link' %> <%= @url %>