diff --git a/src/ui/screens/home/servers/ServerList.qml b/src/ui/screens/home/servers/ServerList.qml index 38ef6f9d2f..ed86d4e53f 100644 --- a/src/ui/screens/home/servers/ServerList.qml +++ b/src/ui/screens/home/servers/ServerList.qml @@ -30,6 +30,7 @@ FocusScope { } segmentedNav[currentServer.whichHop] = [countryCode, cityName, localizedCityName]; + menu.title = qsTrId("vpn.servers.selectLocation"); multiHopStackView.pop(); }