mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
incorrect -> wrong
This commit is contained in:
@@ -425,7 +425,7 @@ class WifiUIMici(BigMultiOptionDialog):
|
||||
self._on_need_auth(network.ssid, False)
|
||||
|
||||
def _on_need_auth(self, ssid, incorrect_password=True):
|
||||
hint = "incorrect password..." if incorrect_password else "enter password..."
|
||||
hint = "wrong password..." if incorrect_password else "enter password..."
|
||||
dlg = BigInputDialog(hint, "", minimum_length=8,
|
||||
confirm_callback=lambda _password: self._connect_with_password(ssid, _password))
|
||||
# go back to the manage network page
|
||||
|
||||
Reference in New Issue
Block a user