fix: change lock mentions to prevent editing

This commit is contained in:
Antonella Sgarlatta
2021-04-30 16:48:38 -03:00
parent 9bf9cc37da
commit 0330497d1d
3 changed files with 10 additions and 10 deletions

View File

@@ -665,7 +665,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
}
if (note.locked) {
flags.push({
text: "Locked",
text: "Editing Disabled",
class: 'neutral'
});
}