aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/prosodyctl/check.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 1ea8d56d..dc8c75f1 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
@@ -1702,7 +1702,7 @@ local function check(arg)
{
name = "File sharing";
check = function ()
- check_component("http_file_share", "http_upload");
+ check_component("http_file_share", "http_upload", "http_upload_external");
end;
};
{