X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dfedf85b6ca076c4c95f10ea3d9649d1a4de6818..217f61663048cb3040663d607364ab10937dbe9a:/app/views/users/new.html.erb diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 0cb70d2d5..fc62f0708 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) %>