fix: sentence case

This commit is contained in:
Zihad 2025-05-05 23:53:05 +06:00
parent 0153b3bbf9
commit 763ccf8c79

View file

@ -175,7 +175,7 @@ export default class EasyKeepViewPlugin extends Plugin {
this.addCommand({
id: "create-easy-keep-note",
name: "Create New Easy Keep Note",
name: "Create new easy keep note",
callback: () => this.createNewNote(),
});