Merge pull request #16342 from zfox23/newInvalidatedLanguage

DEV-2334: New 'Item Invalidated' language in Inventory
This commit is contained in:
Zach Fox 2019-10-14 13:28:33 -04:00 committed by GitHub
commit c8b975b2f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -580,8 +580,9 @@ Rectangle {
sendToScript(msg);
} else if (msg.method === "showInvalidatedLightbox") {
lightboxPopup.titleText = "Item Invalidated";
lightboxPopup.bodyText = 'Your item is marked "invalidated" because this item has been suspended ' +
"from the Marketplace due to a claim against its author.";
lightboxPopup.bodyText = 'This item has been invalidated and is no longer available.<br>' +
'If you have questions, please contact marketplace@highfidelity.com.<br>' +
'Thank you!';
lightboxPopup.button1text = "CLOSE";
lightboxPopup.button1method = function() {
lightboxPopup.visible = false;