Skip to content

Commit

Permalink
Merge pull request #678 from classtranscribe/rename-edit-inote-view
Browse files Browse the repository at this point in the history
Rename I-Note Editor View
  • Loading branch information
angrave authored Sep 27, 2023
2 parents cd6d86b + 87ba056 commit c26841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/EPub/components/EPubHeader/ViewDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ViewDropdown({ view, dispatch }) {
},
{
value: epub.const.EditINote,
text: 'Edit I-Note (beta)',
text: 'Edit Chapters and Structure (beta)',
icon: 'edit'
}
];
Expand Down

0 comments on commit c26841a

Please sign in to comment.