{% trans "You are already logged in" %}
+{% trans 'You are already logged in' %}
- {% trans "Redirecting you to the website entry point in 5 seconds." %} + {% trans 'Redirecting you to the website entry point in 5 seconds.' %}
{% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %} @@ -35,11 +37,11 @@
{% trans "First time login" %}
{% trans "You have just finished installing Mayan EDMS, congratulations!" %}
-{% trans "Login using the following credentials:" %}
-{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
+{% trans 'You have just finished installing Mayan EDMS, congratulations!' %}
+{% trans 'Login using the following credentials:' %}
+{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
{% blocktrans with auto_admin_properties.password as password %}Password: {{ password }}{% endblocktrans %}
-{% trans "Be sure to change the password to increase security and to disable this message." %}
+{% trans 'Be sure to change the password to increase security and to disable this message.' %}