mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:23:06 +02:00
Additional re-branding of QML dialogs
This commit is contained in:
parent
3944d6e47c
commit
769d2050c7
2 changed files with 3 additions and 3 deletions
|
@ -395,7 +395,7 @@ Item {
|
||||||
text: signUpBody.termsContainerText
|
text: signUpBody.termsContainerText
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// with the link.
|
// with the link.
|
||||||
termsText.text = qsTr("By signing up, you agree to <a href='https://projectathena.io/termsofservice'>High Fidelity's Terms of Service</a>")
|
termsText.text = qsTr("By signing up, you agree to <a href='https://projectathena.io/termsofservice'>Project Athena's Terms of Service</a>")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ import TabletScriptingInterface 1.0
|
||||||
Item {
|
Item {
|
||||||
id: usernameCollisionBody
|
id: usernameCollisionBody
|
||||||
clip: true
|
clip: true
|
||||||
readonly property string termsContainerText: qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
|
readonly property string termsContainerText: qsTr("By creating this user profile, you agree to Project Athena's Terms of Service")
|
||||||
width: root.width
|
width: root.width
|
||||||
height: root.height
|
height: root.height
|
||||||
readonly property string fontFamily: "Raleway"
|
readonly property string fontFamily: "Raleway"
|
||||||
|
@ -218,7 +218,7 @@ Item {
|
||||||
text: usernameCollisionBody.termsContainerText
|
text: usernameCollisionBody.termsContainerText
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// with the link.
|
// with the link.
|
||||||
termsText.text = qsTr("By creating this user profile, you agree to <a href='https://www.highfidelity.com/termsofservice'>High Fidelity's Terms of Service</a>")
|
termsText.text = qsTr("By creating this user profile, you agree to <a href='https://projectathena.io/termsofservice'>Project Athena's Terms of Service</a>")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue