fix: error in notice text

pull/118/head
Raymond 2025-02-26 22:48:52 -05:00
parent a3c6b2f4c1
commit 8a473d5e57
1 changed files with 1 additions and 1 deletions

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>