diff --git a/assets/themes/velopark/velopark.json b/assets/themes/velopark/velopark.json
index 1b37c3c409..5088a1e5e2 100644
--- a/assets/themes/velopark/velopark.json
+++ b/assets/themes/velopark/velopark.json
@@ -104,13 +104,13 @@
"id": "list_nearby_bike_parkings",
"render": {
"special": {
- "prefix": {
+ "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",
+ "classes": "p-2 m-1 my-4 border-2 border-dashed border-black",
"tagrendering": "{id} ({_distance}m, {_velopark:id}) {minimap(20)} {tag_apply(ref:velopark=$_ref,Link this object.,link,id,_mr_id)}"
}
}