diff --git a/interface/resources/qml/LoginDialog/CompleteProfileBody.qml b/interface/resources/qml/LoginDialog/CompleteProfileBody.qml
index 65f8a8c1dc..17d6a7d3b3 100644
--- a/interface/resources/qml/LoginDialog/CompleteProfileBody.qml
+++ b/interface/resources/qml/LoginDialog/CompleteProfileBody.qml
@@ -379,9 +379,9 @@ Item {
Component.onCompleted: {
// with the link.
if (completeProfileBody.withOculus) {
- termsText.text = qsTr("By signing up, you agree to High Fidelity's Terms of Service")
+ termsText.text = qsTr("By signing up, you agree to High Fidelity's Terms of Service")
} else {
- termsText.text = qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
+ termsText.text = qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
}
}
}
diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml
index 64df9089a1..69ac2f5a6c 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 High Fidelity's Terms of Service")
+ termsText.text = qsTr("By signing up, you agree to High Fidelity's Terms of Service")
}
}
diff --git a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
index 2c8e61a29a..d450b1e7bc 100644
--- a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
+++ b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
@@ -218,7 +218,7 @@ Item {
text: usernameCollisionBody.termsContainerText
Component.onCompleted: {
// with the link.
- termsText.text = qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
+ termsText.text = qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
}
}