rufengsuixing 5 роки тому
батько
коміт
d152bab8a1
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      luasrc/model/cbi/AdGuardHome.lua
  2. 1 1
      po/zh-cn/AdGuardHome.po

+ 1 - 1
luasrc/model/cbi/AdGuardHome.lua

@@ -79,7 +79,7 @@ o = s:option(Value, "configpath", translate("Config Path"), translate("AdGuardHo
 o.default     = "/etc/AdGuardHome.yaml"
 o.datatype    = "string"
 ---- work dir
-o = s:option(Value, "workdir", translate("Work dir"), translate("AdGuardHome work dir"))
+o = s:option(Value, "workdir", translate("Work dir"), translate("AdGuardHome work dir include rules,audit log and database"))
 o.default     = "/usr/bin/AdGuardHome"
 o.datatype    = "string"
 ---- log file

+ 1 - 1
po/zh-cn/AdGuardHome.po

@@ -58,7 +58,7 @@ msgstr "AdGuardHome 配置文件路径"
 msgid "Work dir"
 msgstr "工作目录"
 
-msgid "AdGuardHome work dir include rules,audit log and database "
+msgid "AdGuardHome work dir include rules,audit log and database"
 msgstr "AdGuardHome 工作目录包含规则,审计日志和数据库"
 
 msgid "Runtime log file"