diff --git a/js/store/item-view.js b/js/store/item-view.js index 568b5fb..80e31c8 100755 --- a/js/store/item-view.js +++ b/js/store/item-view.js @@ -357,7 +357,7 @@ async function HoardersList(min, avatars) { TabContent.classList = 'd-none'; TabContent.innerHTML = ` - loading... (this may take a few seconds) + Loading... (this may take a few seconds) `; diff --git a/the-great-divide.js b/the-great-divide.js index e8edc00..84d7026 100644 --- a/the-great-divide.js +++ b/the-great-divide.js @@ -100,7 +100,7 @@ const PlaceAllowlist = [ const EventCard = document.getElementById('p+greatdivide_card') EventCard.innerHTML = ` - loading... + Loading... `