Quick bugfix

This commit is contained in:
Zach Fox 2018-02-22 10:49:11 -08:00
parent 90f05f4db7
commit 3d4e6de6ab

View file

@ -722,7 +722,7 @@ Rectangle {
}
RalewaySemiBold {
id: noPermissionText;
visible: !root.canRezCertifiedItems && root.itemType !== "wearable";
visible: !root.canRezCertifiedItems && root.itemType === "entity";
text: '<font color="' + hifi.colors.redAccent + '"><a href="#">You do not have Certified Rez permissions in this domain.</a></font>'
// Text size
size: 16;