From 23aee97ea90b49bec23550fda1a76574467de166 Mon Sep 17 00:00:00 2001 From: fonfon Date: Wed, 21 Oct 2015 13:54:09 +0000 Subject: [PATCH] first-boot: state0: update text and button --- .../templates/firstboot_state0.html | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/plinth/modules/first_boot/templates/firstboot_state0.html b/plinth/modules/first_boot/templates/firstboot_state0.html index 5e9d52696..bccb14a4c 100644 --- a/plinth/modules/first_boot/templates/firstboot_state0.html +++ b/plinth/modules/first_boot/templates/firstboot_state0.html @@ -40,19 +40,15 @@ alt="FreedomBox" width="640"/>

-

- {% trans "Congratulations! Your FreedomBox is up and running!" %} -

- -

- {% blocktrans trimmed %} - Please provide the following basic information to complete the - setup process. - {% endblocktrans %} -

-

{% trans "Next" %} + class="btn btn-primary btn-lg">{% trans "Start Setup" %} +

+ +

+ {% blocktrans trimmed with box_name=cfg.box_name %} + To complete the setup of your {{ box_name }}, please provide + some basic information. + {% endblocktrans %}

{% endblock %}