diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 7d18d39..2d9a513 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -339,7 +339,7 @@ public partial class MainWindow : Window if (!ldaps636.Success && !ignoreCertificateErrors) { - output.Add("Hint: if TCP 636 works but LDAPS bind fails on Linux, the Linux machine may not trust your internal CA chain. For testing only, try 'Ignore cert errors'. For production, install the CONTOSO root/intermediate CA into Linux trust."); + output.Add("Hint: if TCP 636 works but LDAPS bind fails on Linux, the Linux machine may not trust your internal CA chain. For testing only, try 'Ignore cert errors'. For production, install the your internal root/intermediate CA into Linux trust."); } } else