fix: correct capitalization in setting name for consistency

This commit is contained in:
Samuel Beard 2025-11-12 15:46:17 +00:00
parent f071ddaa2d
commit 2a286ef28d

View file

@ -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."
)