-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,23 +27,23 @@ PageType { | |
QtObject { | ||
id: techSupport | ||
|
||
readonly property string title: qsTr("For technical support") | ||
readonly property string title: qsTr("Email Support") | ||
readonly property string description: qsTr("[email protected]") | ||
readonly property string link: "mailto:[email protected]" | ||
} | ||
|
||
QtObject { | ||
id: paymentSupport | ||
|
||
readonly property string title: qsTr("For payment issues") | ||
readonly property string title: qsTr("Email Billing & Orders") | ||
readonly property string description: qsTr("[email protected]") | ||
readonly property string link: "mailto:[email protected]" | ||
} | ||
|
||
QtObject { | ||
id: site | ||
|
||
readonly property string title: qsTr("Site") | ||
readonly property string title: qsTr("Website") | ||
readonly property string description: qsTr("amnezia.org") | ||
readonly property string link: LanguageModel.getCurrentSiteUrl() | ||
} | ||
|
@@ -79,7 +79,7 @@ PageType { | |
Layout.leftMargin: 16 | ||
|
||
headerText: qsTr("Support") | ||
descriptionText: qsTr("Our technical support specialists are ready to help you at any time") | ||
descriptionText: qsTr("Our technical support specialists are available to assist you at any time") | ||
} | ||
} | ||
|
||
|