mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:40:27 +02:00
Merge pull request #1237 from Armored-Dragon/fix/privacy_policy_update
Update privacy policy link
This commit is contained in:
commit
07c57f60c2
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
//
|
//
|
||||||
// Created by Stephen Birarda on 7 Dec 2016
|
// Created by Stephen Birarda on 7 Dec 2016
|
||||||
// Copyright 2016 High Fidelity, Inc.
|
// Copyright 2016 High Fidelity, Inc.
|
||||||
|
// Copyright 2024 Overte e.V.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
@ -395,7 +396,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://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>")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
// Created by Dante Ruiz on 6/5/17.
|
// Created by Dante Ruiz on 6/5/17.
|
||||||
// Copyright 2017 High Fidelity, Inc.
|
// Copyright 2017 High Fidelity, Inc.
|
||||||
// Copyright 2020 Vircadia contributors.
|
// Copyright 2020 Vircadia contributors.
|
||||||
|
// Copyright 2024 Overte e.V.
|
||||||
|
//
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
@ -928,7 +930,7 @@ Flickable {
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
onEntered: privacyPolicyUnderline.visible = true;
|
onEntered: privacyPolicyUnderline.visible = true;
|
||||||
onExited: privacyPolicyUnderline.visible = false;
|
onExited: privacyPolicyUnderline.visible = false;
|
||||||
onClicked: About.openUrl("https://overte.org/privacy-policy");
|
onClicked: About.openUrl("https://overte.org/privacy_policy.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue