Simplify wording

This commit is contained in:
Christian Bastian
2024-07-25 16:43:41 -04:00
parent d308e68900
commit c9c258ca63

View File

@@ -3458,7 +3458,7 @@ class DownloadView {
}), }),
$checkbox({ $checkbox({
$: (el) => { this.elements.downloadNotes = el; }, $: (el) => { this.elements.downloadNotes = el; },
textContent: "Save Model Descriptions in Text Files.", textContent: "Save Notes.",
checked: settings["download-save-description-as-text-file"].checked, checked: settings["download-save-description-as-text-file"].checked,
}), }),
]) ])