diff --git a/maestro.json b/maestro.json
index 81ebc4c..aee738f 100644
--- a/maestro.json
+++ b/maestro.json
@@ -2,7 +2,8 @@
     "type": "overpass",
     "name": {
         "en": "Maestro Payment",
-        "nl": "Maestro Betaling"
+        "nl": "Maestro Betaling",
+        "de": "Maestro Zahlung"
     },
     "query": {
         "15": [
@@ -21,6 +22,7 @@
             "  {% set payment_color='white' %}",
             "{% endif %}"
         ],
+        "markerSign": "",
         "markerSymbol": "{{ markerPointer({\"fillColor\":payment_color})|raw }}"
     }
 }