mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Use proper capitalization for "WPA-PSK" (#24597)
This abbreviation is consistently referred to using upper-case letters (Wikipedia, e.g.)
This commit is contained in:
parent
e141b4dbee
commit
8ef769559f
@ -6128,7 +6128,7 @@
|
||||
"signal_strength": "Signal strength",
|
||||
"open": "Open",
|
||||
"wep": "WEP",
|
||||
"wpa": "wpa-psk",
|
||||
"wpa": "WPA-PSK",
|
||||
"wifi": "Wi-Fi",
|
||||
"wifi_password": "Wi-Fi password",
|
||||
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||
@ -8877,7 +8877,7 @@
|
||||
"signal_strength": "[%key:ui::panel::config::network::supervisor::signal_strength%]",
|
||||
"open": "Open",
|
||||
"wep": "WEP",
|
||||
"wpa": "wpa-psk",
|
||||
"wpa": "WPA-PSK",
|
||||
"wifi": "[%key:ui::panel::config::network::supervisor::wifi%]",
|
||||
"wifi_password": "[%key:ui::panel::config::network::supervisor::wifi_password%]",
|
||||
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||
|
Loading…
x
Reference in New Issue
Block a user