diff --git a/files/assets/js/award_modal.js b/files/assets/js/award_modal.js index d1c5d1ffa..d11e075f8 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.innerHTML = `${global_price} coins/marseybux` + ownedblock.innerHTML = `${global_price} coins/marseybux` 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 a71e8e0e5..6c25c9183 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/marseybux + {{price}} coins/marseybux {% endif %}