Update setting description

This commit is contained in:
KadisonM 2025-02-14 02:39:21 +10:30
parent faf92cbd03
commit da8e0e6126

View file

@ -31,7 +31,7 @@ export class SettingsTab extends PluginSettingTab {
new Setting(containerEl)
.setName('Auto sort for task quantity')
.setDesc('Automatically sort tasks by quantity.')
.setDesc('Automatically sort subjects by the quantity of tasks.')
.addToggle((toggle) => {
toggle
.setValue(this.plugin.data.settings.autoSortForTaskQuantity)