Update link

This commit is contained in:
armored-dragon 2024-11-15 15:02:50 -06:00
parent ad5b6d0db7
commit 244e34e8f5
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -395,7 +395,7 @@ Item {
text: signUpBody.termsContainerText
Component.onCompleted: {
// with the link.
termsText.text = qsTr("By signing up, you agree to <a href='https://overte.org/legal/privacy/'>Overte Terms of Service</a>")
termsText.text = qsTr("By signing up, you agree to <a href='https://overte.org/privacy_policy.html'>Overte Terms of Service</a>")
}
}