fix: update 'Not found the note' to 'Note not found'
This commit is contained in:
parent
00bb3c712b
commit
656a9a7b15
16 changed files with 16 additions and 16 deletions
|
|
@ -136,7 +136,7 @@ function ParentNote({ eventId }: { eventId?: string }) {
|
|||
return (
|
||||
<div>
|
||||
<Card className="flex p-1 items-center justify-center text-sm text-muted-foreground">
|
||||
[{t('Not found the note')}]
|
||||
[{t('Note not found')}]
|
||||
</Card>
|
||||
<div className="ml-5 w-px h-2 bg-border" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue