mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
@@ -136,8 +136,7 @@ PageType {
|
||||
CardType {
|
||||
implicitWidth: parent.width
|
||||
|
||||
headerText: qsTr("Set up a VPN yourself")
|
||||
bodyText: qsTr("I want to choose a VPN protocol")
|
||||
headerText: qsTr("Choose a VPN protocol")
|
||||
|
||||
ButtonGroup.group: buttonGroup
|
||||
|
||||
@@ -194,7 +193,7 @@ PageType {
|
||||
return true
|
||||
}
|
||||
|
||||
text: qsTr("Set up later")
|
||||
text: qsTr("Skip setup")
|
||||
|
||||
clickedFunc: function() {
|
||||
PageController.goToPage(PageEnum.PageSetupWizardInstalling)
|
||||
|
||||
Reference in New Issue
Block a user