diff --git a/priv/mod_invites/apps.html b/priv/mod_invites/apps.html index a30f3c210..54e485529 100644 --- a/priv/mod_invites/apps.html +++ b/priv/mod_invites/apps.html @@ -1,9 +1,9 @@ -
{% if app.download.text %}{{ app.download.text }}{% else %}{% blocktrans with app_name=app.name %}Download and install {{ app_name }} below:{% endblocktrans %}{% endif %}
@@ -49,22 +52,21 @@{% blocktrans with app_name=app.name %}After successfully installing {{ app_name }}, come back to this page and continue with Step 2.{% endblocktrans %}
-{% trans "Installed ok? Great! Click or tap the button below to accept your invite and continue with your account setup:" %}
-{% blocktrans with app_name=app.name %}After clicking the button you will be taken to {{ app_name }} to finish setting up your new {{ site_name }} account.{% endblocktrans %}
- {% endblock %} diff --git a/priv/mod_invites/invite.html b/priv/mod_invites/invite.html index 153d4aff9..5dd7ec7f1 100644 --- a/priv/mod_invites/invite.html +++ b/priv/mod_invites/invite.html @@ -11,6 +11,6 @@ {% include "apps.html" %} -{% blocktrans with tabidx=apps|length|add:3 %}You can connect to {{ site_name }} using any XMPP-compatible software. If your preferred software is not listed above, you may still register an account manually.{% endblocktrans %}
+{% blocktrans with tabidx=apps|length|add:3 %}You can connect to {{ site_name }} using any XMPP-compatible software. If your preferred software is not listed above, you may still register an account manually.{% endblocktrans %}
{% endblock %} diff --git a/priv/mod_invites/register.html b/priv/mod_invites/register.html index 0452107fe..1d5267f84 100644 --- a/priv/mod_invites/register.html +++ b/priv/mod_invites/register.html @@ -25,7 +25,7 @@ {%if error and error.class == 'undefined' %}