Update first time setup flow; update strings, include strings from figma
This commit is contained in:
parent
9937cc8884
commit
4c25aeabf9
23 changed files with 1451 additions and 245 deletions
|
|
@ -1,19 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title is-large butter-title">{{ _('Secure Messaging') }}</h1>
|
||||
<h1 class="title is-large butter-title">{{ _('Secure Messenger') }}</h1>
|
||||
|
||||
<div class="block">
|
||||
<p> To use secure messaging, install Delta Chat and then return to this page to create your local offline account</p>
|
||||
<p> {{ _("To use secure messaging, install Delta Chat and then return to this page to create your local offline account.")}}</p>
|
||||
</div>
|
||||
<a href="{{ url_for('static', filename='DeltaChat_2.35.0_APKPure.apk') }}"><button class="button is-link is-fullwidth block">
|
||||
<p>Step 1<br> Download and install</p>
|
||||
<p>{{ _("Step 1") }}<br> {{ _("Download and install") }}</p>
|
||||
</button>
|
||||
</a>
|
||||
<div class="block"></div>
|
||||
<form action="{{ url_for('generate_random_deltachat_credentials') }}" method="post">
|
||||
<button type="submit" class="button is-link is-fullwidth block">
|
||||
<p>Step 2 <br> Create offline account </p>
|
||||
<p>{{ _("Step 2") }} <br> {{ _("Create offline account") }} </p>
|
||||
</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue