diff --git a/openslides/participant/views.py b/openslides/participant/views.py index fd6be11b2..ecca1330b 100644 --- a/openslides/participant/views.py +++ b/openslides/participant/views.py @@ -569,7 +569,7 @@ def login(request): try: admin = User.objects.get(pk=1) if admin.check_password(config['admin_password']): - extra_content['first_time_essage'] = _( + extra_content['first_time_message'] = _( "Installation was successfully! Use %(user)s " "(password: %(password)s) for first login.
" "Important: Please change the password after "