remove 'purchase' from login notice.

This commit is contained in:
howard-stearns 2018-11-04 11:17:56 -08:00
parent ae51b95ca1
commit 8ad8398ef3

View file

@ -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";