price: -> coins/mbux so newfags dont think they're gonna pay real money

pull/216/head
Aevann 2023-10-29 16:05:25 +03:00
parent 8c90c14708
commit b821547123
2 changed files with 2 additions and 2 deletions

View File

@ -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`;
}
}

View File

@ -30,7 +30,7 @@
{% if award.owned %}
{{award.owned}} owned
{% else %}
Price: {{price}}
{{price}} coins/mbux
{% endif %}
</div>
</div>