diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 81db8882e..ac62c227c 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1639,8 +1639,8 @@ "read-only-info": { "read-only-note": "This is a read-only note.", "auto-read-only-note": "This note was automatically set to read-only to improve navigation speed.", - "auto-read-only-learn-more": "Learn more" - + "auto-read-only-learn-more": "Learn more", + "edit-note": "Edit note" }, "note_types": { "text": "Text", diff --git a/apps/client/src/widgets/read_only_note_info-bar.tsx b/apps/client/src/widgets/read_only_note_info-bar.tsx index 9d61af13f..662fc2ac4 100644 --- a/apps/client/src/widgets/read_only_note_info-bar.tsx +++ b/apps/client/src/widgets/read_only_note_info-bar.tsx @@ -29,7 +29,8 @@ export default function ReadOnlyNoteInfoBar() { )} -