NEW_NOTE_NOTICE -> THEME_NEW_NOTE_NOTICE

This commit is contained in:
Tamás Kádár
2024-03-19 12:06:46 +00:00
parent b00846ce9d
commit 239e950f8e
5 changed files with 20 additions and 20 deletions

View File

@@ -35,9 +35,9 @@
<Canvas value={url} />
</div>
{#if $status?.new_note_notice}
{#if $status?.theme_new_note_notice}
<p>
{@html $t('home.new_note_notice')}
{@html $t('home.theme_new_note_notice')}
</p>
{/if}
<br />