rename "Lottershe" to "Lottery" on other sites

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-11 16:44:13 +02:00
parent adefc09ae9
commit 5e9297b78f
2 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@
{% if c.treasure_amount and c.treasure_amount != '0' %}
{% if c.treasure_amount.startswith('l') %}
<img class="treasure" alt="treasure" src="/assets/images/treasure_tickets.webp" width="20" />
<em>Found {{c.treasure_amount.replace('l', '')}} Lottershe Tickets!</em>
<em>Found {{c.treasure_amount.replace('l', '')}} {'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'} Tickets!</em>
{% elif '-' in c.treasure_amount %}
<img class="treasure" alt="treasure" src="/assets/images/treasure_mimic.webp" width="20" />
<em>A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins!</em>

View File

@ -86,7 +86,7 @@
{% endif %}
{% if v and v.can_gamble and LOTTERY_ENABLED %}
<span data-bs-toggle="tooltip" data-bs-placement="bottom" title="Lottershe">
<span data-bs-toggle="tooltip" data-bs-placement="bottom" title={'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}>
<a
href="/lottery"
class="mobile-nav-icon d-md-none">
@ -139,7 +139,7 @@
<span
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title="Lottershe">
title={'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}>
<a
href="/lottery"
class="nav-link">