Product rename (#4)
* feat: update app identifiers and development team for iOS and macOS builds * feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references * Complete rename * Missed folder renamed * Translation removed from commit * Another step of renaming * submodule reverted
This commit is contained in:
parent
ab9248032c
commit
e12e9a6587
136 changed files with 588 additions and 588 deletions
|
|
@ -72,7 +72,7 @@ PageType {
|
|||
Layout.fillWidth: true
|
||||
|
||||
textString: qsTr("The backup will contain your passwords and private keys for all servers added " +
|
||||
"to AmneziaVPN. Keep this information in a secure place.")
|
||||
"to DefaultVPN. Keep this information in a secure place.")
|
||||
|
||||
iconPath: "qrc:/images/controls/alert-circle.svg"
|
||||
}
|
||||
|
|
@ -89,11 +89,11 @@ PageType {
|
|||
clickedFunc: function() {
|
||||
var fileName = ""
|
||||
if (GC.isMobile()) {
|
||||
fileName = "AmneziaVPN.backup"
|
||||
fileName = "DefaultVPN.backup"
|
||||
} else {
|
||||
fileName = SystemController.getFileName(qsTr("Save backup file"),
|
||||
qsTr("Backup files (*.backup)"),
|
||||
StandardPaths.standardLocations(StandardPaths.DocumentsLocation) + "/AmneziaVPN",
|
||||
StandardPaths.standardLocations(StandardPaths.DocumentsLocation) + "/DefaultVPN",
|
||||
true,
|
||||
".backup")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue