Skip to content

Commit

Permalink
Merge pull request #1237 from Armored-Dragon/fix/privacy_policy_update
Browse files Browse the repository at this point in the history
Update privacy policy link
  • Loading branch information
daleglass authored Nov 23, 2024
2 parents 48564f2 + 44f3e69 commit 07c57f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion interface/resources/qml/LoginDialog/SignUpBody.qml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//
// Created by Stephen Birarda on 7 Dec 2016
// Copyright 2016 High Fidelity, Inc.
// Copyright 2024 Overte e.V.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -395,7 +396,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>")
}
}

Expand Down
4 changes: 3 additions & 1 deletion interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Created by Dante Ruiz on 6/5/17.
// Copyright 2017 High Fidelity, Inc.
// Copyright 2020 Vircadia contributors.
// Copyright 2024 Overte e.V.
//
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -928,7 +930,7 @@ Flickable {
hoverEnabled: true
onEntered: privacyPolicyUnderline.visible = true;
onExited: privacyPolicyUnderline.visible = false;
onClicked: About.openUrl("https://overte.org/privacy-policy");
onClicked: About.openUrl("https://overte.org/privacy_policy.html");
}
}

Expand Down

0 comments on commit 07c57f6

Please sign in to comment.