# HG changeset patch # User Matthew Wild # Date 1739716142 0 # Node ID 650f3869de823eb9e545c464f6007d55b04ff6fc # Parent 8170dd8f370c6cba2c4276e13c75a9bf96fdc3b5# Parent d7bf48d3137456e844e94a06ce0d5aa1dcb02ce3 Merge 13.0->trunk diff -r 8170dd8f370c -r 650f3869de82 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sun Feb 16 13:44:23 2025 +0000 +++ b/util/prosodyctl/check.lua Sun Feb 16 14:29:02 2025 +0000 @@ -1524,7 +1524,7 @@ 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 @@ { name = "File sharing"; check = function () - check_component("http_file_share", "http_upload"); + check_component("http_file_share", "http_upload", "http_upload_external"); end; }; {