chore: shorten Text List option label by removing the detailed format hint

This commit is contained in:
Andrey Petelin
2025-11-16 09:56:12 +05:00
parent 32c385b309
commit e256e4bee5

View File

@@ -445,7 +445,7 @@ function createSectionContent(section) {
);
o.value("disabled", _("Disabled"));
o.value("dynamic", _("Dynamic List"));
o.value("text", _("Text List (comma/space/newline separated)"));
o.value("text", _("Text List"));
o.default = "disabled";
o.rmempty = false;