diff --git a/input/forms.py b/input/forms.py
index 826898b..9fb4ed9 100644
--- a/input/forms.py
+++ b/input/forms.py
@@ -32,7 +32,7 @@ class ExternForm(FdbForm):
label='Was möchtest Du beantragen?')
check = BooleanField(required=True,
- label=format_html("Ich stimme den Datenschutzbestimmungen und den Förderrichtlinen zu",
+ label=format_html("Ich stimme den Datenschutzbestimmungen und den Förderrichtlinen zu",
DATAPROTECTION, FOERDERRICHTLINIEN))
class Meta: