chore: settings tab option label casing fix

This commit is contained in:
Jacobtread 2024-12-28 22:03:37 +13:00
parent 78011d8507
commit ce54fd39de

View file

@ -245,7 +245,7 @@ export class TimekeepSettingsTab extends PluginSettingTab {
});
new Setting(this.containerEl)
.setName("Unstarted Sort order")
.setName("Unstarted sort order")
.setDesc(
"Where in the order should unstarted entries be put (Only applied when using 'Newest First' or 'Newest Last' sort order)"
)