From 3ff9b870cf5e08a17edf7666d336664ac22d090d Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 27 Mar 2021 11:13:40 -0600 Subject: [PATCH] rearrange and reword --- .../app/pages/server-routes/lan/lan.page.html | 31 ++++++++++--------- .../server-show/server-show.page.html | 4 +-- .../pages/server-routes/wifi/wifi.page.html | 2 +- ui/use-mocks.json | 4 +-- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/ui/src/app/pages/server-routes/lan/lan.page.html b/ui/src/app/pages/server-routes/lan/lan.page.html index d615bb5ab..328decedf 100644 --- a/ui/src/app/pages/server-routes/lan/lan.page.html +++ b/ui/src/app/pages/server-routes/lan/lan.page.html @@ -1,6 +1,6 @@ - LAN Setup + LAN Settings @@ -10,20 +10,6 @@ - - - If you are having issues connecting to your Embassy or services over LAN, you can try refreshing the network by clicking the button below. - - - - - - Refresh Network - - - - About - You can connect to your Embassy over your Local Area Network (LAN). This can be useful for achieving a faster experience, as well as a fallback in case the Tor network is experiencing issues. @@ -39,7 +25,22 @@ View Instructions + + + + + If you are having issues connecting to your Embassy or services over LAN, you can try refreshing the network by clicking the button below. + + + + + + Refresh Network + + + + Certificate and Address diff --git a/ui/src/app/pages/server-routes/server-show/server-show.page.html b/ui/src/app/pages/server-routes/server-show/server-show.page.html index 4f5043db1..c7cbd0866 100644 --- a/ui/src/app/pages/server-routes/server-show/server-show.page.html +++ b/ui/src/app/pages/server-routes/server-show/server-show.page.html @@ -53,12 +53,12 @@ - Connect over LAN + LAN Settings - WiFi Setup + WiFi Settings diff --git a/ui/src/app/pages/server-routes/wifi/wifi.page.html b/ui/src/app/pages/server-routes/wifi/wifi.page.html index 483fc37bc..6c05c9555 100644 --- a/ui/src/app/pages/server-routes/wifi/wifi.page.html +++ b/ui/src/app/pages/server-routes/wifi/wifi.page.html @@ -3,7 +3,7 @@ - WiFi Setup + WiFi Settings diff --git a/ui/use-mocks.json b/ui/use-mocks.json index b30f97d2c..2068a78fa 100644 --- a/ui/use-mocks.json +++ b/ui/use-mocks.json @@ -1,5 +1,5 @@ { - "useMocks": false, + "useMocks": true, "mockOver": "tor", - "skipStartupAlerts": false + "skipStartupAlerts": true }