Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
shiroow
60a8e41135
Update PageSettingsApiSupport.qml
sup email
2025-03-04 20:38:36 +03:00

View file

@ -27,7 +27,7 @@ PageType {
QtObject {
id: techSupport
readonly property string title: qsTr("Email Support")
readonly property string title: qsTr("Email")
readonly property string description: qsTr("support@amnezia.org")
readonly property string link: "mailto:support@amnezia.org"
}