Skip to content

Commit

Permalink
Merge pull request #204 from knuton/passphrase-to-password
Browse files Browse the repository at this point in the history
Rename "passphrase" to "password" in GUI
  • Loading branch information
yfyf authored Nov 19, 2024
2 parents 73258c1 + b0c7811 commit 0526bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion controller/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@

- kiosk: Migrate to Qt6
- kiosk: Open settings with a long press on the Menu key
- controller: Enable spatial navigation using the arrow keys
- os: Improve installation device selection
- os: Add end-to-end system tests
- controller: Enable spatial navigation using the arrow keys
- controller: Add factory reset button to System Status page
- controller: Add system switch calls to System Status page

## Changed

- driver: Bump to 2.5.0 for extended discovery time in firmware updates
- controller: Suppress password prompt for open WiFi networks
- controller: Explicitly mark WiFi networks with unsupported authentication methods
- controller: Improve error messages when connecting to WiFi networks fails

## Removed

Expand Down
2 changes: 1 addition & 1 deletion controller/server/view/network_details_page.ml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let not_connected_form service =
(Option.to_list (maybe_elem requires_passphrase (
label
~a:[ a_class [ "d-Label" ] ]
[ txt "Passphrase"
[ txt "Password"
; input
~a:[ a_input_type `Password
; a_class [ "d-Input"; "d-Network__Input" ]
Expand Down

0 comments on commit 0526bad

Please sign in to comment.