From dff7804cdc4f3834ad83bdc92c3e61ad3452cb62 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 11 Dec 2018 16:26:49 -0800 Subject: [PATCH] Change username to trashbot --- interface/resources/qml/hifi/commerce/purchases/Purchases.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/commerce/purchases/Purchases.qml b/interface/resources/qml/hifi/commerce/purchases/Purchases.qml index dae93b3315..f50ce0bda3 100644 --- a/interface/resources/qml/hifi/commerce/purchases/Purchases.qml +++ b/interface/resources/qml/hifi/commerce/purchases/Purchases.qml @@ -664,7 +664,7 @@ Rectangle { if (msg.isInstalled) { Commerce.uninstallApp(msg.itemHref); } - Commerce.transferAssetToUsername("TrashCan", msg.certID, 1, "Sent " + msg.itemName + " to trash."); + Commerce.transferAssetToUsername("trashbot", msg.certID, 1, "Sent " + msg.itemName + " to trash."); lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash'; lightboxPopup.button1text = "OK";