X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6785ce523129b9be84a8f5b4abfae213d856a6f2..a8333a38a2c9abf3304d61b20c5215d75fdd5795:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 53c355316..b25cb0071 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -107,7 +107,7 @@ <% if @user.data_public? %> All your edits are public. <% else %> - 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. + 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 %>