mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Use Sentence case for Find Similar Note command name in Khoj Obsidian
This commit is contained in:
parent
e18124ef6f
commit
c203c6a3fd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default class Khoj extends Plugin {
|
|||
// Add similar notes command. It can only be triggered from the editor
|
||||
this.addCommand({
|
||||
id: 'similar',
|
||||
name: 'Find Similar Notes',
|
||||
name: 'Find similar notes',
|
||||
editorCheckCallback: (checking) => {
|
||||
if (!checking && this.settings.connectedToBackend)
|
||||
new KhojModal(this.app, this.settings, true).open();
|
||||
|
|
Loading…
Reference in a new issue