Update command name

This commit is contained in:
Dmitry Shabat 2023-05-08 15:54:32 +04:00
parent 992f2b69d7
commit e7cdafcbfd

View file

@ -4,7 +4,7 @@ export default class SyncGraphPlugin extends Plugin {
async onload() {
this.addCommand({
id: "sync-graph-colorgroups-to-localgraph",
name: "Sync Graph Groups Settings to Local Graph",
name: "Sync Graph Settings to Local Graph",
callback: async () => { await this.syncGlobalToLocal() }
})
}