diff --git a/files/templates/comments.html b/files/templates/comments.html index 04cd23000..42c188f0c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -235,13 +235,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 %}