Skip to content

Commit

Permalink
Merge pull request #245 from gtt-project/fix/project-setting-localiza…
Browse files Browse the repository at this point in the history
…tion

Fix project setting view localization
  • Loading branch information
dkastl authored Jun 21, 2023
2 parents 6d55537 + 4077a01 commit bad1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/settings/_gtt.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>
<%= f.select :gtt_map_layer_ids,
options_from_collection_for_select(GttMapLayer.sorted, :id, :name, selected: @form.gtt_map_layer_ids),
{}, { multiple: true, size: 5 } %>
{ :label => t('map_layer.ids') }, { multiple: true, size: 5 } %>
<br /><em><%= t('map_layer.project.info') %></em>
</p>
<p>
Expand Down

0 comments on commit bad1f8c

Please sign in to comment.