diff --git a/files/assets/js/award_modal.js b/files/assets/js/award_modal.js index 0861b4bff..d5b8b267b 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 a8d00e1e0..d686c2527 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 %}