From f26477b3e16d00215593b51c296c05cef2e5c167 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 2 Feb 2018 11:00:32 -0800 Subject: [PATCH] Slight wording change to Optional Message placeholder --- .../resources/qml/hifi/commerce/wallet/sendMoney/SendMoney.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/commerce/wallet/sendMoney/SendMoney.qml b/interface/resources/qml/hifi/commerce/wallet/sendMoney/SendMoney.qml index 16b56407ac..4ef80234dc 100644 --- a/interface/resources/qml/hifi/commerce/wallet/sendMoney/SendMoney.qml +++ b/interface/resources/qml/hifi/commerce/wallet/sendMoney/SendMoney.qml @@ -926,7 +926,7 @@ Item { id: optionalMessage; property int maximumLength: 72; property string previousText: text; - placeholderText: "Optional Message (" + maximumLength + " character limit)"; + placeholderText: "Optional Public Message (" + maximumLength + " character limit)"; font.family: firaSansSemiBold.name; font.pixelSize: 20; // Anchors