X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..4adc6680ee0dadd92d6e27a9f686429459b792d8:/app/views/users/account.html.erb diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb index 7638b7a77..fd5888882 100644 --- a/app/views/users/account.html.erb +++ b/app/views/users/account.html.erb @@ -36,12 +36,12 @@
- <%= f.password_field :pass_crypt, {:value => '', :autocomplete => :off} %> + <%= f.password_field :pass_crypt, { :value => '', :autocomplete => :off } %>
- <%= f.password_field :pass_crypt_confirmation, {:value => '', :autocomplete => :off} %> + <%= f.password_field :pass_crypt_confirmation, { :value => '', :autocomplete => :off } %>
@@ -51,7 +51,7 @@ <%= f.select :auth_provider, Auth::PROVIDERS %> <%= f.text_field :auth_uid %> (<%= t '.openid.link text' %>) - +
@@ -85,7 +85,7 @@
- <%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{DEFAULT_EDITOR}.name")), 'default']] + Editors::ALL_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %> + <%= f.select :preferred_editor, [[t("editor.default", :name => t("editor.#{Settings.default_editor}.name")), 'default']] + Editors::ALL_EDITORS.collect { |e| [t("editor.#{e}.description"), e] } %>
@@ -149,7 +149,7 @@
-
class="nohome"<%end%> > +
class="nohome"<% end %> >

<%= t '.no home location' %>