fix: update 'Not found the note' to 'Note not found'

This commit is contained in:
codytseng 2025-07-02 22:54:05 +08:00
parent 00bb3c712b
commit 656a9a7b15
16 changed files with 16 additions and 16 deletions

View file

@ -52,7 +52,7 @@ export default function ParentNotePreview({
)}
>
<div className="shrink-0">{t('reply to')}</div>
<div>{`[${t('Not found the note')}]`}</div>
<div>{`[${t('Note not found')}]`}</div>
</div>
)
}