Merge pull request #127 from zocimek/main

fix key for home.new_note_notice
This commit is contained in:
Nicco 2024-04-22 09:38:49 +02:00 committed by GitHub
commit 98d3b0d394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
{#if $status?.theme_new_note_notice}
<p>
{@html $t('home.theme_new_note_notice')}
{@html $t('home.new_note_notice')}
</p>
{/if}
<br />