diff --git a/app/views/users/names/edit.html.erb b/app/views/users/names/edit.html.erb index e363b8dde2..a1dc573781 100644 --- a/app/views/users/names/edit.html.erb +++ b/app/views/users/names/edit.html.erb @@ -4,20 +4,22 @@

- <%= _('When you send a request, we use the name you gave us. This makes ' \ - 'it hard to stop your old and new names from being connected.') %> -

-

- <%= _('If you change your name, your old requests won\'t change. Your ' \ - 'old name will still show up on requests that you\'ve already sent ' \ - 'and on your public profile page.') %> + <%= _("If you change your name, the name on your old requests " \ + "won't change. When you send a request, we use the name " \ + "you gave us. This makes it hard to stop your old and new names " \ + "from being connected. This means your old name will still show up " \ + "on requests that you've already sent and on your public profile " \ + "page.") + %>

+

- <%= _('If you don\'t want your new name to be linked to your old one, ' \ - 'it\'s a good idea to make a new account instead.') %> + <%= _("If you don't want your new name to be linked to your old one, " \ + "it's a good idea to make a new account instead.") %>

+

- <%= _('If you are trying to remove your name, please + <%= _('If you are trying to remove your name, please contact us.', contact_us_url: help_contact_path) %>

@@ -36,4 +38,9 @@ <%= submit_tag _('Change your name') %>
<% end %> + +

+ <%= _('Note that it may take some time to link your previous requests to ' \ + 'your new account name.') %> +