From e256e4bee548a11ca287bcb85852374db55ee05b Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Sun, 16 Nov 2025 09:56:12 +0500 Subject: [PATCH] chore: shorten Text List option label by removing the detailed format hint --- .../htdocs/luci-static/resources/view/podkop/section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js index 51f188c..5d522fe 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js @@ -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;