diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index 5b26e80..38569bc 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -12,7 +12,7 @@ {% load i18n %} {% block content %} -
Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}
+Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}
{% endblock %}