X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b954416a70fb167b9cae0a3937de16bd9a93d239..827123a8f681a04d8660619e035aef1cd1b2ee23:/app/views/notifier/signup_confirm.html.erb diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 814deee91..ea7d101d0 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -1,9 +1,9 @@ -
<%= t("notifier.signup_confirm.greeting") %>
+<%= t(".greeting") %>
-<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>
+<%= t(".created", :site_url => Settings.server_url) %>
-<%= t("notifier.signup_confirm.confirm") %>
+<%= t(".confirm") %>
<%= link_to @url, @url %>
-<%= t("notifier.signup_confirm.welcome") %>
+<%= t(".welcome") %>