X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8a69ef115a01f2f6f2ba41d131147b19450a19f5..78e6578daaa8171c86c67d1046095fcaa1f6e919:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index f405e0b3c..53c355316 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -103,11 +103,11 @@ // --> -

Privacy

+

Public editing

<% if @user.data_public? %> All your edits are public. <% else %> - Currently your edits are anonymous and people can't find out where you are located. To show what you edited and allow people to contact you through the website, click the button below. This action cannot be reversed. + 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. You will need to do this if you want to use the online editor after mid-November (find out why). This action cannot be reversed.

<%= button_to "Make all my edits public, forever", :action => :go_public %> <% end %>