X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2690342b08187db340afd6a6a1f4789f0f9564b7..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/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..a0e0079fc 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 => SERVER_URL) %>

-

<%= t("notifier.signup_confirm.confirm") %>

+

<%= t(".confirm") %>

<%= link_to @url, @url %>

-

<%= t("notifier.signup_confirm.welcome") %>

+

<%= t(".welcome") %>