GODT-1751: fix QML hardcoded links

This commit is contained in:
Romain LE JEUNE
2022-10-28 15:49:48 +02:00
parent 7c3414b86f
commit 5ab63a290e
5 changed files with 12 additions and 12 deletions

View File

@ -288,7 +288,7 @@ FocusScope {
Label {
colorScheme: root.colorScheme
textFormat: Text.StyledText
text: link("https://protonmail.com/signup", qsTr("Create or upgrade your account"))
text: link("https://proton.me/mail/pricing", qsTr("Create or upgrade your account"))
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: 24
type: Label.LabelType.Body