qml: small text change in proxy settings
This commit is contained in:
@@ -205,7 +205,7 @@ Pane {
|
|||||||
color: Material.accentColor
|
color: Material.accentColor
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
text: 'mode' in Network.proxy ? qsTr('enabled') : qsTr('none')
|
text: 'mode' in Network.proxy ? qsTr('enabled') : qsTr('disabled')
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user