diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index 17346ccc053b4293074f81d40c69476fe2b946f5..1f3affa8367576b3ac67acab3817ec8b1c616867 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -9,7 +9,7 @@ metadata:
 spec:
   routes:
   - kind: Rule
-    match: Path(`/campaigns/{id:[0-9]+}/dontations`) &&  Method(`POST`)
+    match: Path(`/campaigns/{id:[0-9]+}/donations`) &&  Method(`POST`)
     services:
     - kind: Service
       name: myaktion-service
@@ -17,7 +17,7 @@ spec:
       port: 8080
 
   - kind: Rule
-    match: Path(`/campaigns/{id:[0-9]+}/dontations`) &&  Method(`GET`)
+    match: Path(`/campaigns/{id:[0-9]+}/donations`) &&  Method(`GET`)
     middlewares:
     - name: fw-auth-mw
       namespace: default