Skip to content

Commit bad1f8c

Browse files
authored
Merge pull request #245 from gtt-project/fix/project-setting-localization
Fix project setting view localization
2 parents 6d55537 + 4077a01 commit bad1f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/projects/settings/_gtt.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p>
1010
<%= f.select :gtt_map_layer_ids,
1111
options_from_collection_for_select(GttMapLayer.sorted, :id, :name, selected: @form.gtt_map_layer_ids),
12-
{}, { multiple: true, size: 5 } %>
12+
{ :label => t('map_layer.ids') }, { multiple: true, size: 5 } %>
1313
<br /><em><%= t('map_layer.project.info') %></em>
1414
</p>
1515
<p>

0 commit comments

Comments
 (0)