mirror of
https://github.com/hans/obsidian-citation-plugin.git
synced 2022-05-23 09:36:41 +03:00
improve string label for update-bib-data
This commit is contained in:
@@ -141,7 +141,7 @@ export default class CitationPlugin extends Plugin {
|
||||
|
||||
this.addCommand({
|
||||
id: 'update-bib-data',
|
||||
name: 'Update bib data',
|
||||
name: 'Refresh citation database',
|
||||
hotkeys: [{ modifiers: ['Ctrl', 'Shift'], key: 'r' }],
|
||||
callback: () => {
|
||||
this.loadLibrary();
|
||||
|
||||
Reference in New Issue
Block a user