From 62c46b4186056cc60a68034744e852b3ee748e87 Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Sat, 13 May 2017 14:13:00 +0200 Subject: [PATCH] first_boot: erase network graph and warning on WiFi passwords --- .../templates/firstboot_complete.html | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/plinth/modules/first_boot/templates/firstboot_complete.html b/plinth/modules/first_boot/templates/firstboot_complete.html index 5833b9f9a..5486e34e8 100644 --- a/plinth/modules/first_boot/templates/firstboot_complete.html +++ b/plinth/modules/first_boot/templates/firstboot_complete.html @@ -39,21 +39,18 @@ {% trans "Install Apps" %} -

{% trans "Current Network Configuration" %}

-

- {% blocktrans trimmed %} - You should check the network setup and modify it if necessary. - Do not forget to change the default Wi-Fi passwords! - {% endblocktrans %} +

+ {% blocktrans trimmed %} + You may want to check the network setup and modify it if necessary. + {% endblocktrans %} +

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

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