From 80e4e47cd8636af98f6113a904e90ade48db5654 Mon Sep 17 00:00:00 2001 From: NexPro Date: Thu, 9 Jan 2020 10:20:28 +0000 Subject: [PATCH] updated TOS link. Changed incorrect filename in comment. --- interface/resources/qml/LoginDialog/SignUpBody.qml | 2 +- interface/src/workload/PhysicsBoundary.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml index 4317c71db9..7347464f4e 100644 --- a/interface/resources/qml/LoginDialog/SignUpBody.qml +++ b/interface/resources/qml/LoginDialog/SignUpBody.qml @@ -23,7 +23,7 @@ Item { clip: true height: root.height width: root.width - readonly property string termsContainerText: qsTr("By signing up, you agree to High Fidelity's Terms of Service") + readonly property string termsContainerText: qsTr("By signing up, you agree to Project Athena's Terms of Service") property int textFieldHeight: 31 property string fontFamily: "Raleway" property int fontSize: 15 diff --git a/interface/src/workload/PhysicsBoundary.cpp b/interface/src/workload/PhysicsBoundary.cpp index cc78789145..02f7633a44 100644 --- a/interface/src/workload/PhysicsBoundary.cpp +++ b/interface/src/workload/PhysicsBoundary.cpp @@ -1,5 +1,5 @@ // -// PhysicsBoundary.h +// PhysicsBoundary.cpp // // Created by Andrew Meadows 2018.04.05 // Copyright 2018 High Fidelity, Inc.