X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3aa69ffbdda5f111aed60d77e1a1eec8cdcad3ba..98262d3ab1e7e90d3b1c8c4cc6344f8c4cce8847:/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 66528bd83..a0e0079fc 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -1,11 +1,9 @@ -<% content_for :body do %> -

<%= 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") %>

-<% end %> +

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