Update src/plugins/notesSearcher/components/NotesDataRow.tsx

Co-authored-by: dolfies <jeyalfie47@gmail.com>
This commit is contained in:
vishnyanetchereshnya 2024-07-12 07:51:37 +03:00 committed by GitHub
parent 69efbaa06d
commit f26111ad27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ export default ({ userId, userNotes: userNotesArg, refreshNotesData, usersCache
}
<Menu.MenuItem
id={cl("copy-user-notes")}
label="Copy Notes"
label="Copy Note"
action={() => copyWithToast(userNotes)}
/>
</Menu.Menu>