diff --git a/assets/layers/school/school.json b/assets/layers/school/school.json index 28921bdf1c..bfed8defff 100644 --- a/assets/layers/school/school.json +++ b/assets/layers/school/school.json @@ -43,7 +43,9 @@ }, { "id": "capacity", - "question": "How much students can at most enroll in this school?", + "question": { + "en": "How much students can at most enroll in this school?" + }, "render": { "en": "This school can enroll at most {capacity} students" }, diff --git a/assets/themes/education/education.json b/assets/themes/education/education.json index e92caa7acd..bc7ae3bb94 100644 --- a/assets/themes/education/education.json +++ b/assets/themes/education/education.json @@ -18,5 +18,6 @@ "tertiary_education", "school", "kindergarten_childcare" - ] + ], + "hideFromOverview": true } \ No newline at end of file diff --git a/langs/layers/en.json b/langs/layers/en.json index c8bd068e64..866ac96bec 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -4924,6 +4924,7 @@ }, "tagRenderings": { "capacity": { + "question": "How much students can at most enroll in this school?", "render": "This school can enroll at most {capacity} students" }, "education-level-belgium": {