mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Small change
This commit is contained in:
parent
2acea75db3
commit
ef71470d85
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ Rectangle {
|
||||||
buyText.text = "";
|
buyText.text = "";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
buyText.text = '<i>Note: This free item will not show up in "My Purchases". You can access it again later from the Marketplace.</i>';
|
buyText.text = '<i>This type of item cannot currently be certified, so it will not show up in "My Purchases". You can access it again for free from the Marketplace.</i>';
|
||||||
buyTextContainer.color = hifi.colors.white;
|
buyTextContainer.color = hifi.colors.white;
|
||||||
buyTextContainer.border.color = hifi.colors.white;
|
buyTextContainer.border.color = hifi.colors.white;
|
||||||
buyGlyph.text = "";
|
buyGlyph.text = "";
|
||||||
|
|
Loading…
Reference in a new issue