mirror of
https://github.com/samuelbeard/obsidian-repertoire-plugin.git
synced 2026-07-22 06:42:39 +00:00
fix: correct capitalization in setting name for consistency
This commit is contained in:
parent
f071ddaa2d
commit
2a286ef28d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export class RepertoireSettingTab extends PluginSettingTab {
|
|||
containerEl.empty();
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("Show Key in Block")
|
||||
.setName("Show key in block")
|
||||
.setDesc(
|
||||
"Show the key and capo information above the chord chart. This helps when referenceing charts in other notes."
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue