Compare commits

...

2 Commits

Author SHA1 Message Date
Nicco 98d3b0d394
Merge pull request #127 from zocimek/main
fix key for home.new_note_notice
2024-04-22 09:38:49 +02:00
Łukasz Pospiech 6aed2e2756
fix key for home.new_note_notice 2024-04-18 12:39:00 +02:00
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 />