mirror of
https://github.com/tazihad/obsidian-easy-keep-view.git
synced 2026-07-22 05:49:04 +00:00
fix: sentence case
This commit is contained in:
parent
0153b3bbf9
commit
763ccf8c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue