fix: error in notice text

This commit is contained in:
Raymond
2025-02-26 22:48:52 -05:00
committed by Azalea
parent 344f62c275
commit fb9ef65346

View File

@@ -40,7 +40,7 @@
{/if}
{#if ANNOUNCEMENT}
<div class="announcement">
<strong>{t('navigation.notice').toLowerCase()}</strong>: {ANNOUNCEMENT}
<strong>{t('navigation.notice')}</strong>: {ANNOUNCEMENT}
</div>
{/if}
<a href="/home">{t('navigation.home').toLowerCase()}</a>