From ef71470d85737384efde4f38fe8463a3476b024a Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 21 Dec 2017 17:03:04 -0800 Subject: [PATCH] Small change --- interface/resources/qml/hifi/commerce/checkout/Checkout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml index 6f31fc6ed2..a380632425 100644 --- a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml +++ b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml @@ -927,7 +927,7 @@ Rectangle { buyText.text = ""; } } else { - buyText.text = 'Note: This free item will not show up in "My Purchases". You can access it again later from the Marketplace.'; + buyText.text = 'This type of item cannot currently be certified, so it will not show up in "My Purchases". You can access it again for free from the Marketplace.'; buyTextContainer.color = hifi.colors.white; buyTextContainer.border.color = hifi.colors.white; buyGlyph.text = "";