From 244e34e8f5b3aa8b8b1de551761153cec0a14609 Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Fri, 15 Nov 2024 15:02:50 -0600 Subject: [PATCH 1/2] Update link --- interface/resources/qml/LoginDialog/SignUpBody.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml index 95cc833b56a..0c39c8e81c1 100644 --- a/interface/resources/qml/LoginDialog/SignUpBody.qml +++ b/interface/resources/qml/LoginDialog/SignUpBody.qml @@ -395,7 +395,7 @@ Item { text: signUpBody.termsContainerText Component.onCompleted: { // with the link. - termsText.text = qsTr("By signing up, you agree to Overte Terms of Service") + termsText.text = qsTr("By signing up, you agree to Overte Terms of Service") } } From 44f3e69dc79e64101fdaac335ebd6c8c62815458 Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Fri, 15 Nov 2024 15:08:10 -0600 Subject: [PATCH 2/2] Fix another location. Added copyright notices. --- interface/resources/qml/LoginDialog/SignUpBody.qml | 1 + interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml index 0c39c8e81c1..b1335232110 100644 --- a/interface/resources/qml/LoginDialog/SignUpBody.qml +++ b/interface/resources/qml/LoginDialog/SignUpBody.qml @@ -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 diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index b2a383f5900..20a68237cf3 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -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 @@ -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"); } }