From 334fee706e7d1f57c5b24683d14d3e6709a81641 Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Thu, 7 Mar 2024 11:08:11 -0500 Subject: [PATCH] Changed `insure` to `ensure` (#5913) --- meshcentral-config-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 731827ae4c..788e6bba91 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1191,7 +1191,7 @@ }, "trustedCert": { "type": "boolean", - "default": "This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will insure download tools perform certificate checking." + "default": "This value is normally auto-detected, when set to true, MeshCentral assumes that the TLS certificate comes from a trusted CA and will ensure download tools perform certificate checking." }, "guestDeviceSharing": { "type": [ @@ -3810,4 +3810,4 @@ } } } -} \ No newline at end of file +}