From: Ævar Arnfjörð Bjarmason Date: Wed, 14 Oct 2009 19:39:19 +0000 (+0000) Subject: Reduce choice anxiety when signing up for a new user by explaining X-Git-Tag: live~6544 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4c2b591bbfb7205fbd1bad1eae92fe073345478f Reduce choice anxiety when signing up for a new user by explaining that the display name can be changed later. --- diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 8b1dab5be..a25097e16 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -26,6 +26,7 @@ <%= t 'user.new.not displayed publicly' %>   <%= t 'user.new.display name' %><%= text_field('user', 'display_name',{:size => 30, :maxlength => 255, :tabindex => 3}) %> + <%= t 'user.new.display name description' %>   <%= t 'user.new.password' %><%= password_field('user', 'pass_crypt',{:size => 30, :maxlength => 255, :tabindex => 4}) %> <%= t 'user.new.confirm password' %><%= password_field('user', 'pass_crypt_confirmation',{:size => 30, :maxlength => 255, :tabindex => 5}) %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 270549b65..56b00c3c7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -919,6 +919,7 @@ en: confirm email address: "Confirm Email Address:" not displayed publicly: 'Not displayed publicly (see privacy policy)' display name: "Display Name:" + display name description: "Your publicly displayed username. You can change this later in the preferences." password: "Password:" confirm password: "Confirm Password:" signup: Signup