Skip to content

Commit

Permalink
fix key for home.new_note_notice
Browse files Browse the repository at this point in the history
  • Loading branch information
zocimek committed Apr 18, 2024
1 parent 6bb5271 commit 6aed2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/ui/NoteResult.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 6aed2e2

Please sign in to comment.