X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/31778fd1554d0c23298c92fb62c2277200e31e61..c38a50fc5f43a185dda39fd1aa235a2bda8ad83b:/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 6e7f7280e..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") %>