mirror of
https://github.com/brokensandals/obsidian-paste-quote-plugin.git
synced 2026-07-22 05:37:56 +00:00
Rename "Cite Reference" to "Cite reference" to match plugin guidelines
This commit is contained in:
parent
7b449b1ae6
commit
1292b3cced
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -17,7 +17,7 @@ export default class PasteQuotePlugin extends Plugin {
|
||||||
|
|
||||||
this.addCommand({
|
this.addCommand({
|
||||||
id: 'cite-reference',
|
id: 'cite-reference',
|
||||||
name: 'Cite Reference',
|
name: 'Cite reference',
|
||||||
editorCallback: this.citeReference.bind(this),
|
editorCallback: this.citeReference.bind(this),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue