mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
fix: error in notice text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user