Skip to content

Commit

Permalink
core: frontend: App: Improve wizard text
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 21, 2024
1 parent 8d64e73 commit 6095183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/frontend/src/App.vue
Expand Up @@ -508,15 +508,15 @@ 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,
},
},
{
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,
Expand Down

0 comments on commit 6095183

Please sign in to comment.