Skip to content

Commit

Permalink
Merge pull request cupcakearmy#127 from zocimek/main
Browse files Browse the repository at this point in the history
fix key for home.new_note_notice
  • Loading branch information
cupcakearmy committed Apr 22, 2024
2 parents 6bb5271 + 6aed2e2 commit 98d3b0d
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 98d3b0d

Please sign in to comment.