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.