X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/043d29fd7eb72048cf5d07edfbc20ec5c25af708..e968ad038a4b08960283735fcd191b937dde6d44:/app/views/notifier/email_confirm.html.erb diff --git a/app/views/notifier/email_confirm.html.erb b/app/views/notifier/email_confirm.html.erb index 5d8f49d3d..57359ef59 100644 --- a/app/views/notifier/email_confirm.html.erb +++ b/app/views/notifier/email_confirm.html.erb @@ -1,7 +1,7 @@ -

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

+

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

-

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

+

<%= t "notifier.email_confirm_html.hopefully_you", :server_url => Settings.server_url, :new_address => @address %>

-

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

+

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

-

<%= @url %>

+

<%= @url %>