diff --git a/files/assets/js/award_modal.js b/files/assets/js/award_modal.js index d5b8b267b..0861b4bff 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 = `Price: ${global_price}` + ownedblock.textContent = `${global_price} coins/mbux` 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 d686c2527..a8d00e1e0 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: {{price}} + {{price}} coins/mbux {% endif %}