X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3a599519eb49c2211bbb513fbbda65a05068b9e5..705f93e810a78623f680061d25e6593878681efb:/app/views/user/account.rhtml
diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml
index 40e8fe01a..e43612673 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" %> |
@@ -42,7 +44,7 @@
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 %>