mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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"/>
|
||||
</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">
|
||||
<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>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user