diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index f11ec921c..2298f2f2b 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -689,6 +689,7 @@ "export_note": "Export note", "delete_note": "Delete note", "print_note": "Print note", + "view_revisions": "Note revisions...", "save_revision": "Save revision", "convert_into_attachment_failed": "Converting note '{{title}}' failed.", "convert_into_attachment_successful": "Note '{{title}}' has been converted to attachment.", diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index 6adaf7f61..c10bda7cc 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -98,7 +98,7 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not } - +