You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% blocktrans with tabidx=apps|length|add:2 %}Showing apps for <spanclass='platform-name'>your current platform</span> only. You may also <ahref='#' id='show-all-clients-button' tabindex="{{ tabidx }}">view all apps.</a>{% endblocktrans %}
<pclass="mt-3">{% blocktrans with app_name=app.name %}After successfully installing {{ app_name }}, come back to this page and <strong>continue with Step 2</strong>.{% endblocktrans %}</p>
51
54
52
-
<h2class="h3">{% trans "Step 2: Activate your account" %}</h2>
55
+
<h2class="h3 alert alert-info p-2">{% trans "Step 2: Activate your account" %}</h2>
53
56
54
57
<p>{% trans "Installed ok? Great! <strong>Click or tap the button below</strong> to accept your invite and continue with your account setup:" %}</p>
55
58
56
-
<div>
57
-
<ahref="{{ uri }}" id="uri-cta" class="btn btn-primary ms-5 mt-1 mb-3" tabindex="5">{% blocktrans with app_name=app.name %}Accept invite using {{ app_name }}{% endblocktrans %}</a><br/>
59
+
<divclass="w-100 text-center text-md-start">
60
+
<ahref="{{ uri }}" id="uri-cta" class="btn btn-success ms-md-5 mt-1 mb-3" tabindex="5">{% blocktrans with app_name=app.name %}Accept invite using {{ app_name }}{% endblocktrans %}</a><br/>
58
61
</div>
59
62
60
63
<p>{% 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 %}</p>
61
64
<navaria-label="{% trans 'Page navigation' %}">
62
-
<ulclass="pagination">
65
+
<ulclass="pagination mb-0">
63
66
<liclass="page-item"><atabindex="6" class="page-link" href="/{{ base }}/{{ token }}" aria-label="{% trans 'Previous' %}">
<pid="other-software">{% 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 <ahref="{{ registration_url }}" tabindex='{{ tabidx }}'>register an account manually</a>.{% endblocktrans %}</p>
14
+
<h2class="h5 mt-3">{% trans "Other software" %}</h2>
15
+
<pid="other-software"class="mb-0">{% 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 <ahref="{{ registration_url }}" tabindex='{{ tabidx }}'>register an account manually</a>.{% endblocktrans %}</p>
<aclass="btn btn-primary" href="{{ webchat_url }}" target="_blank" noopener>{% trans "Log in via web" %}</a>
21
21
</div>
22
22
</div>
@@ -27,7 +27,7 @@ <h2 class="card-title h5">{% trans "Congratulations!" %}</h2>
27
27
{% if app %}
28
28
<p>{% blocktrans with app_name=app.name %}You can now set up {{ app_name }} and connect it to your new account.{% endblocktrans %}</p>
29
29
30
-
<h2class="h5">{% blocktrans with app_name=app.name %}Step 1: Download and install {{ app_name }}{% endblocktrans %}</h2>
30
+
<h2class="h5 alert alert-info p-2">{% blocktrans with app_name=app.name %}Step 1: Download and install {{ app_name }}{% endblocktrans %}</h2>
31
31
32
32
<p>{% if app.download.text %}{{ app.download.text }}{% else %}{% blocktrans with app_name=app.name %}Download and install {{ app_name }} below:{% endblocktrans %}{% endif %}</p>
33
33
@@ -48,24 +48,24 @@ <h2 class="h5">{% blocktrans with app_name=app.name %}Step 1: Download and insta
48
48
{% endfor %}
49
49
</div>
50
50
51
-
<h2class="h5">{% blocktrans with app_name=app.name %}Step 2: Connect {{ app_name }} to your new account{% endblocktrans %}</h2>
51
+
<h2class="h5 alert alert-info p-2">{% blocktrans with app_name=app.name %}Step 2: Connect {{ app_name }} to your new account{% endblocktrans %}</h2>
52
52
53
53
<p>{% if app.setup.text %}{{ app.setup.text }}{% else %}{% blocktrans with app_name=app.name %}Launch {{ app_name }} and sign in using your account credentials.{% endblocktrans %}{% endif %}</p>
54
54
{% endif %}
55
55
56
56
<p>{% trans "As a final reminder, your account details are shown below:" %}</p>
<strongclass="text-warning-emphasis">{% trans 'Hint' %}:</strong> {% trans "If you don't have an XMPP client installed yet, here's a list of suitable clients for your platform." %}
0 commit comments