diff options
author | Balázs Úr <balazs@urbalazs.hu> | 2020-01-18 00:05:08 +0100 |
---|---|---|
committer | Balázs Úr <balazs@urbalazs.hu> | 2020-01-18 00:05:08 +0100 |
commit | ea1c7284b9541c63344d2ad9df2dd48309da714b (patch) | |
tree | ea9b9eeea83a8847c309aed1aeb7bdd75128f6b0 /applications/luci-app-radicale2/luasrc/model/cbi/radicale2 | |
parent | aa7a2bd4584c49ecbb9e55196ed9de618ccc1888 (diff) |
luci-app-radicale2: fix typo
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Diffstat (limited to 'applications/luci-app-radicale2/luasrc/model/cbi/radicale2')
-rw-r--r-- | applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua | 2 |
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 |