diff --git a/interface/resources/images/project-athena-banner-color2.svg b/interface/resources/images/project-athena-banner-color2.svg
new file mode 100644
index 0000000000..b41a980fe0
--- /dev/null
+++ b/interface/resources/images/project-athena-banner-color2.svg
@@ -0,0 +1,157 @@
+
+
diff --git a/interface/resources/qml/LoginDialog.qml b/interface/resources/qml/LoginDialog.qml
index e3cd492edb..fbc8f9495a 100644
--- a/interface/resources/qml/LoginDialog.qml
+++ b/interface/resources/qml/LoginDialog.qml
@@ -4,6 +4,7 @@
// Created by David Rowe on 3 Jun 2015
// Copyright 2015 High Fidelity, Inc.
// Distributed under the Apache License, Version 2.0.
+//
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
@@ -84,7 +85,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- source: "../images/high-fidelity-banner.svg"
+ source: "../images/project-athena-banner-color2.svg"
horizontalAlignment: Image.AlignHCenter
}
}
diff --git a/interface/resources/qml/LoginDialog/LinkAccountBody.qml b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
index 04ffe72a57..6de8676fd0 100644
--- a/interface/resources/qml/LoginDialog/LinkAccountBody.qml
+++ b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
@@ -356,7 +356,7 @@ Item {
font.pixelSize: linkAccountBody.textFieldFontSize
font.bold: linkAccountBody.fontBold
- text: " Can't access your account?"
+ text: " Can't access your account?"
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
@@ -480,7 +480,7 @@ Item {
leftMargin: hifi.dimensions.contentSpacing.x
}
- text: "Sign Up"
+ text: "Sign Up"
linkColor: hifi.colors.blueAccent
onLinkActivated: {
diff --git a/interface/resources/qml/LoginDialog/SignUpBody.qml b/interface/resources/qml/LoginDialog/SignUpBody.qml
index f1e0cfe685..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
@@ -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 Project Athena's Terms of Service")
}
}
diff --git a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
index d2fd1dfe35..8b3c878d46 100644
--- a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
+++ b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
@@ -19,7 +19,7 @@ import TabletScriptingInterface 1.0
Item {
id: usernameCollisionBody
clip: true
- readonly property string termsContainerText: qsTr("By creating this user profile, you agree to High Fidelity's Terms of Service")
+ readonly property string termsContainerText: qsTr("By creating this user profile, you agree to Project Athena's Terms of Service")
width: root.width
height: root.height
readonly property string fontFamily: "Raleway"
@@ -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 Project Athena's Terms of Service")
}
}
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.