diff --git a/public.json b/public.json
index 7417e0a2a..b9a3763e0 100644
--- a/public.json
+++ b/public.json
@@ -8,7 +8,7 @@
"feature": {
"title": "{{ tags.name|default(tags.operator)|default(tagTrans('amenity', tags.amenity)) }}",
"markerSign": "{% if tags.amenity=='post_office' %}🏤{% elseif tags.amenity=='post_box'%}📮{% elseif tags.amenity=='internet_cafe' %}💻{% elseif tags.amenity=='telephone' %}✆{% endif %}",
- "body": "{{ tagTrans('amenity', tags.amenity) }}
{% if tags.operator %}{{ tagTrans('operator'): {{ tags.operator }}
{% endif %}",
+ "body": "{{ tagTrans('amenity', tags.amenity) }}
{% if tags.operator %}{{ tagTrans('operator') }}: {{ tags.operator }}
{% endif %}",
"description": "{{ tagTrans('amenity', tags.amenity) }}"
}
}