diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-03-17 23:46:46 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | 3baa3b7eba9696e69958c89a2b004a219f8c8d00 (patch) | |
tree | 3affa0d1ae5a8dfb1dcdce3031f19b2d00700447 /gui/qml/VpnState.qml | |
parent | 67bdccaac5e095301bc3841d85c3a94bad2db144 (diff) |
fix filter gws by transport
Diffstat (limited to 'gui/qml/VpnState.qml')
-rw-r--r-- | gui/qml/VpnState.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qml/VpnState.qml b/gui/qml/VpnState.qml index 4906fce..9ee4ed8 100644 --- a/gui/qml/VpnState.qml +++ b/gui/qml/VpnState.qml @@ -54,7 +54,7 @@ StateGroup { } PropertyChanges { target: mainCurrentGateway - text: qsTr("Connected to ") + ctx.currentGateway + text: qsTr("Connected to ") + ctx.currentLocation } PropertyChanges { target: mainOnBtn |