Skip to content

Commit

Permalink
fix: Allow selecting keyboard layout before wifi password #317
Browse files Browse the repository at this point in the history
- set language and keyboard before network related pages
  • Loading branch information
Muqtxdir committed Dec 22, 2023
1 parent fb1064c commit 55a7642
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"welcome": {
"template": "welcome"
},
"network": {
"template": "network"
},
"conn-check": {
"template": "conn-check"
},
"language": {
"template": "language"
},
"keyboard": {
"template": "keyboard"
},
"network": {
"template": "network"
},
"conn-check": {
"template": "conn-check"
},
"timezone": {
"template": "timezone"
},
Expand Down
2 changes: 1 addition & 1 deletion vanilla_installer/defaults/conn_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def callback(res, *args):
self.status_page.set_icon_name("network-wired-disconnected-symbolic")
self.status_page.set_title(_("No Internet Connection!"))
self.status_page.set_description(
_("First Setup requires an active internet connection")
_("Installer requires an active internet connection")
)
self.btn_recheck.set_visible(True)

Expand Down

0 comments on commit 55a7642

Please sign in to comment.