diff --git a/plinth/modules/first_boot/templates/firstboot_state10.html b/plinth/modules/first_boot/templates/firstboot_state10.html index a1f7cb553..b03096d83 100644 --- a/plinth/modules/first_boot/templates/firstboot_state10.html +++ b/plinth/modules/first_boot/templates/firstboot_state10.html @@ -29,35 +29,32 @@

{% trans "Setup Complete!" %}

- {% blocktrans trimmed %} - FreedomBox setup is now complete. However, you should check - the network setup and modify it if necessary. Do not forget - to change the default Wi-Fi passwords. + {% blocktrans trimmed with box_name=cfg.box_name %} + {{ box_name }} setup is now complete. To make your FreedomBox + functional, you need some applications. Applications will be + installed the first time you access them. {% endblocktrans %}

+
+ + {% trans "Go to Apps" %} +
+ +

{% trans "Current Network Configuration" %}

+

{% blocktrans trimmed %} - To make your FreedomBox functional, you need some - applications. Applications will be installed the first time - you access them. + You should check the network setup and modify it if necessary. + Do not forget to change the default Wi-Fi passwords! {% endblocktrans %}

-

{% trans "Network Configuration" %}

- {% include "connections_diagram.html" %} -
-
- - {% trans "Go to Networks" %} -
- -
- - {% trans "Go to Apps" %} -
+
+ + {% trans "Go to Networks" %}