diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 2c211e3664daa43d937a86e3890d1d294fae3050..08bf521df06e7bfa00457121e403d096961a7fab 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -25,6 +25,7 @@ .span6 %h3 = t('.your_email') + %small= t('.your_email_private') = form_for 'user', :url => user_path, :html => { :method => :put } do |f| = f.error_messages .form-inline diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index bfdbeea0c40c41b2a4baaf3c359b63de1fd3e41a..997872afa3783adcde5176f02df356a85dfe806a 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -1312,6 +1312,7 @@ en: change: "Change" your_handle: "Your diaspora* ID" your_email: "Your email" + your_email_private: "Your email will never be seen by other users" change_email: "Change email" email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Until you follow this link and activate the new address, we will continue to use your original address %{email}." change_password: "Change password"