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