From 7ecd7abe2ba79eb036d9ff5a4860c7ce57098ccb Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 16 Oct 2019 22:29:55 -0700 Subject: [PATCH] Update text in qt launcher --- launchers/qt/resources/qml/HFBase/CreateAccountBase.qml | 2 +- launchers/qt/resources/qml/HFBase/LoginBase.qml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/launchers/qt/resources/qml/HFBase/CreateAccountBase.qml b/launchers/qt/resources/qml/HFBase/CreateAccountBase.qml index a3e7ee5557..200f7ad0be 100644 --- a/launchers/qt/resources/qml/HFBase/CreateAccountBase.qml +++ b/launchers/qt/resources/qml/HFBase/CreateAccountBase.qml @@ -136,7 +136,7 @@ Item { HFTextRegular { id: displayNameText - text: "This is the display name other people see in world, it can be changed at anytime, from your profile." + text: "This is the display name other people see in High Fidelity. It can be changed at any time from your profile." wrapMode: Text.Wrap width: 430 diff --git a/launchers/qt/resources/qml/HFBase/LoginBase.qml b/launchers/qt/resources/qml/HFBase/LoginBase.qml index cb468f9bc1..60763308bb 100644 --- a/launchers/qt/resources/qml/HFBase/LoginBase.qml +++ b/launchers/qt/resources/qml/HFBase/LoginBase.qml @@ -21,7 +21,7 @@ Item { } Item { - width: 353 + width: 383 height: root.height @@ -111,7 +111,8 @@ Item { HFTextRegular { id: displayText - text: "You can change this at anytime from your profile." + text: "This is the display name other people see in High Fidelity. It can be changed at any time from your profile." + wrapMode: Text.Wrap anchors { top: password.bottom