Skip to content

Commit 0435d17

Browse files
committed
Fix capitalization for consistency in map layer localization strings
1 parent 62b387e commit 0435d17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/locales/en.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ en:
8080
GeoJSON data from a file."
8181

8282
map_layer:
83-
title: "Map Layers"
84-
plural: "Map Layers"
85-
new: "New Map Layer"
86-
ids: "Map Layers"
83+
title: "Map layers"
84+
plural: "Map layers"
85+
new: "New map layer"
86+
ids: "Map layers"
8787
project:
8888
info: "Select the map layers that should be available in this project."
8989
layer_options_select: "-- Select layer type --"

0 commit comments

Comments
 (0)