From 4c2b591bbfb7205fbd1bad1eae92fe073345478f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 14 Oct 2009 19:39:19 +0000 Subject: [PATCH 1/1] Reduce choice anxiety when signing up for a new user by explaining that the display name can be changed later. --- app/views/user/new.html.erb | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) 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 -- 2.43.2