Changeset

13724:650f3869de82

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 14:29:02 +0000
parents 13721:8170dd8f370c (current diff) 13723:d7bf48d31374 (diff)
children 13726:5f1232cd0923
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 				};
 				{