From 6095183ff5f9034e306e08ae2d7e7e4e6e8cd798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 21 Mar 2024 08:50:12 -0300 Subject: [PATCH] core: frontend: App: Improve wizard text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/frontend/src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/App.vue b/core/frontend/src/App.vue index b4c6108c6..ecebe70cb 100644 --- a/core/frontend/src/App.vue +++ b/core/frontend/src/App.vue @@ -508,7 +508,7 @@ export default Vue.extend({ }, { target: '#wifi-tray-menu-button', - content: 'You can do it by connecting to a wifi network...', + content: 'You can do this by connecting to a wifi network...', filter_wifi_connected: true, params: { enableScrolling: false, @@ -516,7 +516,7 @@ export default Vue.extend({ }, { target: '#ethernet-tray-menu-button', - content: '...or by connecting to a cable internet (usually from/to a router).', + content: '..or connecting to a wired Ethernet connection (usually from a router).', filter_wifi_connected: true, params: { enableScrolling: false,