From f8bfad37a1b7c75ad3cdab99fd625bbaa2f16bca Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 14 May 2024 11:31:07 +0100 Subject: [PATCH] Fix typos in doctor command output --- crates/cli/src/commands/doctor.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/cli/src/commands/doctor.rs b/crates/cli/src/commands/doctor.rs index 6458c44b..325c3f80 100644 --- a/crates/cli/src/commands/doctor.rs +++ b/crates/cli/src/commands/doctor.rs @@ -56,7 +56,7 @@ See {DOCS_BASE}/setup/homeserver.html", if !issuer.starts_with("https://") { warn!( r#"⚠️ The issuer in the config (`http.issuer`/`http.public_base`) is not an HTTPS URL. -This means some client will refuse to use it."# +This means some clients will refuse to use it."# ); } @@ -391,7 +391,7 @@ Error details: {e} } else { warn!( r#"⚠️ The legacy login API at "{compat_login}" is reachable, but it doesn't look to be handled by MAS. -This means legacy client won't be able to login. +This means legacy clients won't be able to login. Make sure MAS is running. Check your reverse proxy settings to make sure that this API is handled by MAS, not by Synapse. @@ -413,7 +413,7 @@ See {DOCS_BASE}/setup/reverse-proxy.html } Err(e) => warn!( r#"⚠️ Can't reach the legacy login API at "{compat_login}". -This means legacy client won't be able to login. +This means legacy clients won't be able to login. Make sure MAS is running. Check your reverse proxy settings to make sure that this API is handled by MAS, not by Synapse.