mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-23 09:16:10 +01:00
fix #1118 for the second issue. When you edit your preferences, the selected language was not set to what you had saved
This commit is contained in:
parent
9f7d5f3cab
commit
2408ba4358
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
table_row(pref_name, nowrap_label) { text_field('prefs', pref_name) }
|
||||
end
|
||||
%>
|
||||
<%= row_with_select_field('locale', I18n.available_locales) %>
|
||||
<%= row_with_select_field('locale', I18n.available_locales.map {|l| l.to_s}) %>
|
||||
<%= row_with_text_field('date_format') %>
|
||||
<%= row_with_text_field('title_date_format') %>
|
||||
<%= table_row('time_zone', false) { time_zone_select('prefs','time_zone') } %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue