mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
first-boot: state0: update text and button
This commit is contained in:
parent
6ee545023d
commit
23aee97ea9
@ -40,19 +40,15 @@
|
|||||||
alt="FreedomBox" width="640"/>
|
alt="FreedomBox" width="640"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 class="text-center">
|
|
||||||
{% trans "Congratulations! Your FreedomBox is up and running!" %}
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<p class="text-center">
|
|
||||||
{% blocktrans trimmed %}
|
|
||||||
Please provide the following basic information to complete the
|
|
||||||
setup process.
|
|
||||||
{% endblocktrans %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a href="{% url 'first_boot:state1' %}"
|
<a href="{% url 'first_boot:state1' %}"
|
||||||
class="btn btn-primary btn-large">{% trans "Next" %}</a>
|
class="btn btn-primary btn-lg">{% trans "Start Setup" %}</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="text-center" style="font-size: larger">
|
||||||
|
{% blocktrans trimmed with box_name=cfg.box_name %}
|
||||||
|
To complete the setup of your {{ box_name }}, please provide
|
||||||
|
some basic information.
|
||||||
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user