From 244e34e8f5b3aa8b8b1de551761153cec0a14609 Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Fri, 15 Nov 2024 15:02:50 -0600 Subject: [PATCH] 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 95cc833b56..0c39c8e81c 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") } }