X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/501adefb3b6d434824fb3f67c47a6cc271e962cf..58bb08aba8d55ee1b897f0846688ea642a409e77:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index a0a8fa880..ae00f7b34 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -38,12 +38,8 @@ <%= render :partial => 'friend_map' %> <% unless @user.data_public? %> -

Public editing

- Currently your edits are anonymous and people can't send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. - Since the 0.6 API changeover, only public users can edit map data. (find out why).
- Your email address will not be revealed by becoming public.
- This action cannot be reversed and all new users are now public by default.
-

+

<%= t 'user.account.public editing note.heading' %>

+<%= t 'user.account.public editing note.text' %> <%= button_to t('user.account.make edits public button'), :action => :go_public %> <% end %>