mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
NEW_NOTE_NOTICE -> THEME_NEW_NOTE_NOTICE
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user