diff --git a/InvenTree/templates/socialaccount/signup.html b/InvenTree/templates/socialaccount/signup.html index 78bf0377e5d8..3164504128ba 100644 --- a/InvenTree/templates/socialaccount/signup.html +++ b/InvenTree/templates/socialaccount/signup.html @@ -7,8 +7,13 @@ {% block content %}
{% blocktrans with provider_name=account.get_provider.name site_name=site.name %}You are about to use your {{provider_name}} account to login to
-{{site_name}}.
As a final step, please complete the following form:{% endblocktrans %}
+ {% blocktrans with provider_name=account.get_provider.name site_name=site.name %}
+ You are about to use your {{provider_name}} account to login to {{site_name}}.
+ {% endblocktrans %}
+
+ {% trans "As a final step, please complete the following form" %}:
+