X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..6ed8624851877a01b9861ffc6d94aa99425715c6:/app/views/users/new.html.erb diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 0cb70d2d5..f4ff16408 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -26,7 +26,7 @@ <%= f.email_field(:email_confirmation, :tabindex => 2) %> <%= f.error_message_on(:email_confirmation) %> - <%= raw(t(".not displayed publicly")) %> + <%= t(".not_displayed_publicly_html") %>
@@ -43,7 +43,7 @@
<%= f.select(:auth_provider, Auth::PROVIDERS, :default => "", :tabindex => 4) %> <%= f.text_field(:auth_uid, :tabindex => 5) %> @@ -70,7 +70,7 @@
- <%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %> + <%= link_to t(".use external auth"), "#", :id => "auth_enable" %>
<%= submit_tag t(".continue"), :tabindex => 8 %>