X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/755a2c596c405772212e60bccf9c356da3853812..a8333a38a2c9abf3304d61b20c5215d75fdd5795:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 99253471d..b25cb0071 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -14,10 +14,7 @@

Update home location when I click on the map? checked="checked" <% end %> id="updatehome" />

-
- <% # This now just used to detect the width/height required for the popup. %> -

-
+
<%= submit_tag 'Save Changes' %> @@ -106,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 (find out why). This action cannot be reversed.

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