We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d55537 commit 4077a01Copy full SHA for 4077a01
app/views/projects/settings/_gtt.html.erb
@@ -9,7 +9,7 @@
9
<p>
10
<%= f.select :gtt_map_layer_ids,
11
options_from_collection_for_select(GttMapLayer.sorted, :id, :name, selected: @form.gtt_map_layer_ids),
12
- {}, { multiple: true, size: 5 } %>
+ { :label => t('map_layer.ids') }, { multiple: true, size: 5 } %>
13
<br /><em><%= t('map_layer.project.info') %></em>
14
</p>
15
0 commit comments