diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 84971f7cd..b912445ee 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -24,7 +24,7 @@ - +
 					
diff --git a/files/templates/shop.html b/files/templates/shop.html index 03fc9e793..e3f763cfc 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -63,8 +63,8 @@ {{a['owned']}} {% set kind = a['kind'] %} - {% if a['kind'] != "benefactor" %}Buy{% endif %} - {% if a['kind'] != "grass" %}Buy with Marseybux{% endif %} + {% if a['kind'] != "benefactor" %}Buy with coins{% endif %} + {% if a['kind'] != "grass" %}Buy with marseybux{% endif %} {% endfor %}