diff --git a/interface/resources/qml/LoginDialog/LinkAccountBody.qml b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
index 48cf124127..00980b0876 100644
--- a/interface/resources/qml/LoginDialog/LinkAccountBody.qml
+++ b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
@@ -96,7 +96,7 @@ Item {
topMargin: hifi.dimensions.contentSpacing.y
}
- text: qsTr("Sign in to High Fidelity to make friends, get HFC, and buy interesting things on the Marketplace!")
+ text: qsTr("Sign in to High Fidelity to make friends, get HFC, and get interesting things on the Marketplace!")
width: parent.width
wrapMode: Text.WordWrap
lineHeight: 1
diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
index b7782c697d..2c02272b46 100644
--- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
+++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml
@@ -63,8 +63,8 @@ MessageBox {
popup.dialogButtons.yesButton.fontCapitalization = Font.MixedCase;
popup.button1text = 'CANCEL'
popup.titleText = 'Get Wearables'
- popup.bodyText = 'Buy wearables from Marketplace.' + '
' +
- 'Wear wearable from My Purchases.' + '
' + '
' +
+ popup.bodyText = 'Get wearables from Marketplace.' + '
' +
+ 'Wear wearable from Inventory.' + '
' + '
' +
'Visit “AvatarIsland” to get wearables'
popup.imageSource = getWearablesUrl;
@@ -128,8 +128,8 @@ MessageBox {
popup.button1text = 'CANCEL'
popup.titleText = 'Get Avatars'
- popup.bodyText = 'Buy avatars from Marketplace.' + '
' +
- 'Wear avatars in My Purchases.' + '
' + '
' +
+ popup.bodyText = 'Get avatars from Marketplace.' + '
' +
+ 'Wear avatars in Inventory.' + '
' + '
' +
'Visit “BodyMart” to get free avatars.'
popup.imageSource = getAvatarsUrl;
diff --git a/interface/resources/qml/hifi/commerce/wallet/NeedsLogIn.qml b/interface/resources/qml/hifi/commerce/wallet/NeedsLogIn.qml
index eadf1ca8a2..03af964830 100644
--- a/interface/resources/qml/hifi/commerce/wallet/NeedsLogIn.qml
+++ b/interface/resources/qml/hifi/commerce/wallet/NeedsLogIn.qml
@@ -93,7 +93,7 @@ Item {
// Text below helper text
RalewayRegular {
id: loginDetailText;
- text: "To buy/sell items on the Marketplace, or to use your Wallet, you must first log in to High Fidelity.";
+ text: "To get items on the Marketplace, or to use your Assets, you must first log in to High Fidelity.";
// Text size
size: 18;
// Anchors