fix: error in notice text

v1-dev
Raymond 2025-02-26 22:48:52 -05:00 committed by Azalea
parent 344f62c275
commit fb9ef65346
1 changed files with 1 additions and 1 deletions

View File

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