Index: sources/gui/qml/pages/settings/SettingsWiFi.qml =================================================================== diff -u -r247f91d8ee35391abf611248ba8ae3d64de5341b -r5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7 --- sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision 247f91d8ee35391abf611248ba8ae3d64de5341b) +++ sources/gui/qml/pages/settings/SettingsWiFi.qml (.../SettingsWiFi.qml) (revision 5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7) @@ -172,7 +172,7 @@ delegate : TouchRect { id : _delegate readonly property color networkDelegateTextColor : isNetworkSupported ? Colors.textMain : Colors.textDisableButton - readonly property string postSecurityTypeLabel : isNetworkSupported ? " " : qsTr("- Not Supported") + readonly property string postSecurityTypeLabel : isNetworkSupported ? "" : " - " + qsTr("Not Supported") property bool isCurrrentNetwork : vNetwork.macAddress === macAddress