Fix wrong title in recycling layer

This commit is contained in:
Pieter Vander Vennet 2022-04-08 01:13:36 +02:00
parent 855959d623
commit f61df52c7d
3 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@
{ {
"if": "recycling_type=centre", "if": "recycling_type=centre",
"then": { "then": {
"en": "Recycling container", "en": "Recycling centre",
"nl": "Recyclingcontainer" "nl": "Recyclingcentrum"
} }
}, },
{ {

View file

@ -4388,7 +4388,7 @@
"then": "Recycling centre" "then": "Recycling centre"
}, },
"1": { "1": {
"then": "Recycling container" "then": "Recycling centre"
}, },
"2": { "2": {
"then": "Recycling container" "then": "Recycling container"

View file

@ -4433,7 +4433,7 @@
"then": "Recyclingcentrum" "then": "Recyclingcentrum"
}, },
"1": { "1": {
"then": "Recyclingcontainer" "then": "Recyclingcentrum"
}, },
"2": { "2": {
"then": "Recyclingcontainer" "then": "Recyclingcontainer"