mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 12:37:05 +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');
|
||||
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');
|
||||
xButton.id = "xButton";
|
||||
|
|
Loading…
Reference in a new issue