summaryrefslogtreecommitdiffstats
path: root/chrony-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-model.lua')
-rw-r--r--chrony-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrony-model.lua b/chrony-model.lua
index a1b937f..8661e20 100644
--- a/chrony-model.lua
+++ b/chrony-model.lua
@@ -53,7 +53,7 @@ local function get_keyfilestatus(filedetails)
filedetails.value.filecontent.descr = "List of password numbers and passwords (ie. '10 cronpass')"
-- check to see if the file is being used
- filedetails.value.status = cfe({ value="Key file in use", label="Key file status" })
+ filedetails.value.status = cfe({ value="Key file in use", label="Key File Status" })
local config = mymodule.get_config()
if config.value.keyfile.value ~= keyfile then
filedetails.value.status.value = ""