diff --git a/files/templates/comments.html b/files/templates/comments.html
index e4d029eb3..1e5f1d035 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -206,7 +206,7 @@
{{c.slots_result}}
{% elif c.casino_game_id %}
{% set game_state = c.casino_game.game_state_json %}
- {{game_state['symbols'].replace(',','')}} {{game_state['text']}}
+ {{game_state['symbols'].replace(',','')}} {{game_state['text'].replace('procoins', 'marseybux')}}
{% endif %}
{% if c.blackjack_result %}