summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-radicale2/luasrc
diff options
context:
space:
mode:
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