X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3a599519eb49c2211bbb513fbbda65a05068b9e5..35785067979a410f2a3f78927d50869ee398f349:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 40e8fe01a..15a8f6827 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -18,7 +18,9 @@ - <%= t 'user.account.profile description' %><%= f.text_area :description, :rows => '5', :cols => '60' %>

+ <%= t 'user.account.profile description' %><%= f.text_area :description, :rows => '5', :cols => '60' %> + + <%= t 'user.account.preferred languages' %><%= f.text_field :languages %> class="nohome" <%end%> ><%= t 'user.account.home location' %><%= t 'user.account.no home location' %><%= t 'user.account.latitude' %> <%= f.text_field :home_lat, :size => 20, :id => "home_lat" %><%= t 'user.account.longitude' %><%= f.text_field :home_lon, :size => 20, :id => "home_lon" %> @@ -38,11 +40,11 @@

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).
+ 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.


- <%= button_to t('user.account.make all my edits public button', :action => :go_public %> + <%= button_to t('user.account.make all my edits public button'), :action => :go_public %> <% end %>