From: Steve Coast Date: Sat, 3 May 2008 14:07:48 +0000 (+0000) Subject: make public button a bit nicer X-Git-Tag: live~7817 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/98d935f663d64e5babbdc73fb37d85e59ba38128 make public button a bit nicer --- diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 76b4fbb34..d8afa4999 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -26,7 +26,9 @@ <% 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 (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 and it is encouraged (find out why). +This action cannot be reversed and all new users are now public by default.

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