From 6a2e3720622e404089c243dc1aa7e7ab282ba2f2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 2 Feb 2024 16:06:30 +0100 Subject: [PATCH] Themes: add before text on correct location --- assets/themes/velopark/velopark.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/themes/velopark/velopark.json b/assets/themes/velopark/velopark.json index 5088a1e5e2..23c98f3a70 100644 --- a/assets/themes/velopark/velopark.json +++ b/assets/themes/velopark/velopark.json @@ -103,11 +103,11 @@ { "id": "list_nearby_bike_parkings", "render": { + "before": { + "en": "Choose below which bicycle parking you want to link. This will not apply the attributes.", + "nl": "Kies hieronder welke fietsenstalling je wilt linken. Dit zal de attributen niet kopieren." + }, "special": { - "before": { - "en": "Choose below which bicycle parking you want to link. This will not apply the attributes.", - "nl": "Kies hieronder welke fietsenstalling je wilt linken. Dit zal de attributen niet kopieren." - }, "type": "multi", "key": "_nearby_bicycle_parkings:props", "classes": "p-2 m-1 my-4 border-2 border-dashed border-black",