From 7f713441f9426832c977ccd81ba43327548b6a81 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 31 Oct 2023 23:59:45 +0300 Subject: [PATCH] Revert "price: -> coins/mbux so newfags dont think they're gonna pay real money" This reverts commit b82154712325987252647480d040e389337fae4b. --- files/assets/js/award_modal.js | 2 +- files/templates/modals/award.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/js/award_modal.js b/files/assets/js/award_modal.js index 0861b4bfff..d5b8b267b9 100644 --- a/files/assets/js/award_modal.js +++ b/files/assets/js/award_modal.js @@ -187,7 +187,7 @@ function giveaward(t) { document.getElementById('award_price').textContent = `${ownednum} owned`; } else { - ownedblock.textContent = `${global_price} coins/mbux` + ownedblock.textContent = `Price: ${global_price}` document.getElementById('award_price').textContent = `Price: ${global_price} coins/marseybux`; } } diff --git a/files/templates/modals/award.html b/files/templates/modals/award.html index a8d00e1e0b..d686c2527a 100644 --- a/files/templates/modals/award.html +++ b/files/templates/modals/award.html @@ -30,7 +30,7 @@ {% if award.owned %} {{award.owned}} owned {% else %} - {{price}} coins/mbux + Price: {{price}} {% endif %}