mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
rename "note revision" to just "revision"
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import CommandButtonWidget from "./command_button.js";
|
||||
|
||||
export default class NoteRevisionsButton extends CommandButtonWidget {
|
||||
export default class RevisionsButton extends CommandButtonWidget {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.icon('bx-history')
|
||||
.title("Note Revisions")
|
||||
.command("showNoteRevisions")
|
||||
.command("showRevisions")
|
||||
.titlePlacement("bottom")
|
||||
.class("icon-action");
|
||||
}
|
||||
Reference in New Issue
Block a user