Skip to content

Commit

Permalink
Use 'password' instead of 'passphrase' in GUI
Browse files Browse the repository at this point in the history
This is the more common term for end-users, used on iPhone and Android
devices, for example.
  • Loading branch information
knuton committed Nov 19, 2024
1 parent 8bd8034 commit b0c7811
Showing 1 changed file with 1 addition and 1 deletion.
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 b0c7811

Please sign in to comment.