From b925cfaf08dfa5587d76765e0cc02e57c2ae0e46 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 27 Apr 2024 01:40:45 +0200 Subject: [PATCH] Fix #1921 --- src/Models/ThemeConfig/Json/LayoutConfigJson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/ThemeConfig/Json/LayoutConfigJson.ts b/src/Models/ThemeConfig/Json/LayoutConfigJson.ts index 12f00d858..1763cdfac 100644 --- a/src/Models/ThemeConfig/Json/LayoutConfigJson.ts +++ b/src/Models/ThemeConfig/Json/LayoutConfigJson.ts @@ -362,7 +362,7 @@ export interface LayoutConfigJson { /** * question: Should the 'download as CSV'- and 'download as Geojson'-buttons be enabled? * iftrue: Enable the option to download the map as CSV and GeoJson - * iffalse: Enable the option to download the map as CSV and GeoJson + * iffalse: Disable the option to download the map as CSV and GeoJson * ifunset: MapComplete default: Enable the option to download the map as CSV and GeoJson * group: feature_switches */