diff options
Diffstat (limited to 'util/prosodyctl/check.lua')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 1ea8d56d..c6b8a14b 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1524,7 +1524,7 @@ local function check(arg) end end print(""); - print("", "", "If you have already configured any these components, they may not be"); + print("", "", "If you have already configured any of these components, they may not be"); print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); end if feature.lacking_component_modules then |