mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Slightly modify invalid cert language
This commit is contained in:
parent
6173ad810b
commit
6f3c61c4e0
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ Rectangle {
|
|||
root.dateOfPurchase = "";
|
||||
root.itemEdition = "Uncertified Copy";
|
||||
|
||||
errorText.text = "The certificate associated with this entity is invalid.";
|
||||
errorText.text = "The information associated with this item has been modified and it no longer matches the original certified item.";
|
||||
errorText.color = hifi.colors.baseGray;
|
||||
} else if (certStatus === 4) { // CERTIFICATE_STATUS_OWNER_VERIFICATION_FAILED
|
||||
root.isCertificateInvalid = true;
|
||||
|
@ -99,7 +99,7 @@ Rectangle {
|
|||
root.dateOfPurchase = "";
|
||||
root.itemEdition = "Uncertified Copy";
|
||||
|
||||
errorText.text = "The certificate associated with this entity is invalid.";
|
||||
errorText.text = "The avatar who rezzed this item doesn't own it.";
|
||||
errorText.color = hifi.colors.baseGray;
|
||||
} else {
|
||||
console.log("Unknown certificate status received from ledger signal!");
|
||||
|
|
Loading…
Reference in a new issue