mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
Fix MS20208: Change an instance of 'ASSETS' to 'INVENTORY'
This commit is contained in:
parent
55f59a720f
commit
4cc5fc755f
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Rectangle {
|
||||||
|
|
||||||
HifiStylesUit.RalewayRegular {
|
HifiStylesUit.RalewayRegular {
|
||||||
text: "Your wallet is not set up.\n" +
|
text: "Your wallet is not set up.\n" +
|
||||||
"Open the ASSETS app to get started.";
|
"Open the INVENTORY app to get started.";
|
||||||
// Anchors
|
// Anchors
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
// Text size
|
// Text size
|
||||||
|
|
Loading…
Reference in a new issue