diff --git a/files/templates/comments.html b/files/templates/comments.html index eabd8bf17..4379bdf30 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -226,13 +226,13 @@ {% if c.treasure_amount and c.treasure_amount != '0' %} {% if c.treasure_amount.startswith('l') %} - treasure + treasure Found {{c.treasure_amount.replace('l', '')}} Lottershe Tickets! {% elif '-' in c.treasure_amount %} - treasure + treasure A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins! {% else %} - treasure + treasure Found {{c.treasure_amount}} Coins! {% endif %} {% endif %} diff --git a/files/templates/lottery_modal.html b/files/templates/lottery_modal.html index 25c84112f..ba198b439 100644 --- a/files/templates/lottery_modal.html +++ b/files/templates/lottery_modal.html @@ -18,10 +18,10 @@
- +