diff --git a/interface/resources/images/vircadia-logo.svg b/interface/resources/images/vircadia-logo.svg
new file mode 100644
index 0000000000..b53dd79040
--- /dev/null
+++ b/interface/resources/images/vircadia-logo.svg
@@ -0,0 +1,23 @@
+
+
+
diff --git a/interface/resources/qml/LoginDialog.qml b/interface/resources/qml/LoginDialog.qml
index fbc8f9495a..fea0813e14 100644
--- a/interface/resources/qml/LoginDialog.qml
+++ b/interface/resources/qml/LoginDialog.qml
@@ -85,7 +85,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- source: "../images/project-athena-banner-color2.svg"
+ source: "../images/vircadia-logo.svg"
horizontalAlignment: Image.AlignHCenter
}
}
diff --git a/interface/resources/qml/LoginDialog/LinkAccountBody.qml b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
index 526d1da665..4f0ea2e607 100644
--- a/interface/resources/qml/LoginDialog/LinkAccountBody.qml
+++ b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
@@ -402,7 +402,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
@@ -527,7 +527,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 7347464f4e..fcb47c3534 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 Project Athena's Terms of Service")
+ readonly property string termsContainerText: qsTr("By signing up, you agree to Vircadia'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 Project Athena's Terms of Service")
+ termsText.text = qsTr("By signing up, you agree to Vircadia's Terms of Service")
}
}
diff --git a/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml b/interface/resources/qml/LoginDialog/UsernameCollisionBody.qml
index 8b3c878d46..9710723bed 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 Project Athena's Terms of Service")
+ readonly property string termsContainerText: qsTr("By creating this user profile, you agree to Vircadia'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 Project Athena's Terms of Service")
+ termsText.text = qsTr("By creating this user profile, you agree to Vircadia's Terms of Service")
}
}
diff --git a/interface/resources/qml/dialogs/TabletLoginDialog.qml b/interface/resources/qml/dialogs/TabletLoginDialog.qml
index a7e5c236ca..8feeb94462 100644
--- a/interface/resources/qml/dialogs/TabletLoginDialog.qml
+++ b/interface/resources/qml/dialogs/TabletLoginDialog.qml
@@ -129,7 +129,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- source: "../../images/project-athena-banner-color2.svg"
+ source: "../../images/vircadia-logo.svg"
horizontalAlignment: Image.AlignHCenter
}
}