mirror of https://github.com/hykilpikonna/AquaDX
fix: error in notice text
parent
a3c6b2f4c1
commit
8a473d5e57
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue