summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale2/luasrc
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-01-18 07:53:03 +0200
committerGitHub <noreply@github.com>2020-01-18 07:53:03 +0200
commit84e4bdb6095526c1afef40cd9ad9cb0a5d0b6f7e (patch)
tree50578bc3eeaeb1e3dde5514ad8eb2d40418d27a0 /applications/luci-app-radicale2/luasrc
parent2d2f27ef8db56b3e5170a79e11f2dc8fee6efcaf (diff)
parentea1c7284b9541c63344d2ad9df2dd48309da714b (diff)
Merge pull request #3525 from urbalazs/typo-radicale2
luci-app-radicale2: fix typo
Diffstat (limited to 'applications/luci-app-radicale2/luasrc')
-rw-r--r--applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
index b352bb46aa..19a7f0c753 100644
--- a/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
+++ b/applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua
@@ -152,7 +152,7 @@ pass.formvalue = function(self, section)
end
else
-local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using an generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed."))
+local pass = s:option(Value, "password", translate("Encrypted Password"), translate("Generate this field using a generator for Apache htpasswd-style authentication files (for the hash format you have chosen above), or install python3-passlib to enable the ability to create the hash by entering the plaintext in a field that will appear on this page if python3-passlib is installed."))
pass.password = true
pass.rmempty = false