mirror of https://github.com/hykilpikonna/AquaDX
fix: error in notice text
parent
344f62c275
commit
fb9ef65346
|
@ -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