update 2024-09-07 04:19:29

This commit is contained in:
kenzok8 2024-09-07 04:19:29 +08:00
parent 51341607c6
commit 2add9956c5
1 changed files with 1 additions and 1 deletions

View File

@ -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;