mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:13:09 +02:00
remove 'purchase' from login notice.
This commit is contained in:
parent
ae51b95ca1
commit
8ad8398ef3
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
||||||
|
|
||||||
var span = document.createElement('span');
|
var span = document.createElement('span');
|
||||||
span.style = "margin:10px;color:#1b6420;font-size:15px;";
|
span.style = "margin:10px;color:#1b6420;font-size:15px;";
|
||||||
span.innerHTML = "to purchase items from the Marketplace.";
|
span.innerHTML = "to get items from the Marketplace.";
|
||||||
|
|
||||||
var xButton = document.createElement('a');
|
var xButton = document.createElement('a');
|
||||||
xButton.id = "xButton";
|
xButton.id = "xButton";
|
||||||
|
|
Loading…
Reference in a new issue