Use Sentence case for Find Similar Note command name in Khoj Obsidian

This commit is contained in:
Debanjum Singh Solanky 2023-01-26 16:57:37 -03:00
parent e18124ef6f
commit c203c6a3fd

View file

@ -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();