From e991bd7d93e1b3cdd2627f32005c9ccb965d4606 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sat, 7 Sep 2024 03:07:31 +0800 Subject: [PATCH] luci-app-alist: update i18n Signed-off-by: sbwml --- luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js b/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js index ea98a25..cce629d 100644 --- a/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js +++ b/luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js @@ -127,7 +127,7 @@ return view.extend({ s.anonymous = true; o = s.option(form.Flag, 'force', _('Force read config'), - _('By default AList reads the configuration from environment variables, set this field to true to force AList to read config from the configuration file.')); + _('Setting this to true will force the program to read the configuration file, ignoring environment variables.')); o.default = true; o.rmempty = false;