X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c57d2b29fc1f4647b460b6b74d072c409932e3f2..76bc5eba0617e36ebb853d24212543d0e1d4904d:/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 41b2ceb49..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, :style => "white-space: nowrap" %>

+

<%= link_to @url, @url %>

-

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

+

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