mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-22 14:40:21 +01:00
cli: add NM_DEVICE_STATE_REASON_SSID_NOT_FOUND reason-to-string mapping
This commit is contained in:
parent
aaa5d2f70f
commit
004ea8166a
1 changed files with 3 additions and 0 deletions
|
|
@ -554,6 +554,9 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
|
|||
case NM_DEVICE_STATE_REASON_MODEM_MANAGER_UNAVAILABLE:
|
||||
return _("ModemManager is unavailable");
|
||||
|
||||
case NM_DEVICE_STATE_REASON_SSID_NOT_FOUND:
|
||||
return _("The Wi-Fi network could not be found");
|
||||
|
||||
default:
|
||||
return _("Unknown");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue