Skip to content

Commit

Permalink
Update PageSettingsApiServerInfo.qml
Browse files Browse the repository at this point in the history
title case & gramma edits
  • Loading branch information
shiroow authored Mar 4, 2025
1 parent d3339a7 commit f658743
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/ui/qml/Pages2/PageSettingsApiServerInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ PageType {
QtObject {
id: statusObject

readonly property string title: qsTr("Subscription status")
readonly property string title: qsTr("Subscription Status")
readonly property string contentKey: "subscriptionStatus"
readonly property string objectImageSource: "qrc:/images/controls/info.svg"
}

QtObject {
id: endDateObject

readonly property string title: qsTr("Valid until")
readonly property string title: qsTr("Valid Until")
readonly property string contentKey: "endDate"
readonly property string objectImageSource: "qrc:/images/controls/history.svg"
}

QtObject {
id: deviceCountObject

readonly property string title: qsTr("Active connections")
readonly property string title: qsTr("Active Connections")
readonly property string contentKey: "connectedDevices"
readonly property string objectImageSource: "qrc:/images/controls/monitor.svg"
}
Expand Down Expand Up @@ -183,15 +183,15 @@ PageType {

visible: false //footer.isVisibleForAmneziaFree

text: qsTr("Subscription key")
text: qsTr("Subscription Key")
rightImageSource: "qrc:/images/controls/chevron-right.svg"

clickedFunction: function() {
shareConnectionDrawer.headerText = qsTr("Amnezia Premium subscription key")

shareConnectionDrawer.openTriggered()
shareConnectionDrawer.isSelfHostedConfig = false;
shareConnectionDrawer.shareButtonText = qsTr("Save VPN key to file")
shareConnectionDrawer.shareButtonText = qsTr("Save VPN key as a file")
shareConnectionDrawer.copyButtonText = qsTr("Copy VPN key")


Expand All @@ -213,7 +213,7 @@ PageType {

visible: footer.isVisibleForAmneziaFree

text: qsTr("Configuration files")
text: qsTr("Configuration Files")

descriptionText: qsTr("Manage configuration files")
rightImageSource: "qrc:/images/controls/chevron-right.svg"
Expand All @@ -233,7 +233,7 @@ PageType {

visible: footer.isVisibleForAmneziaFree

text: qsTr("Active devices")
text: qsTr("Active Devices")

descriptionText: qsTr("Manage currently connected devices")
rightImageSource: "qrc:/images/controls/chevron-right.svg"
Expand Down

0 comments on commit f658743

Please sign in to comment.