From f517ceea7a51581b70384e51ee7418e38603ed1e Mon Sep 17 00:00:00 2001 From: Extcee Date: Tue, 25 Aug 2020 11:19:17 +0100 Subject: [PATCH] Update meshcentral-config-schema.json Updated typo --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 282d8abe..8d075d8b 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -153,7 +153,7 @@ "newAccountEmailDomains": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "newAccountsRights": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "welcomeText": { "type": "string", "description": "Text that will be shown on the login screen." }, - "welcomePicture": { "type": "string", "description": "Name of the JPG file that will be shown on the login screen. Out this file in the meshcentral-data folder and place the name here." }, + "welcomePicture": { "type": "string", "description": "Name of the JPG file that will be shown on the login screen. Put this file in the meshcentral-data folder and place the name here." }, "hide": { "type": "integer" }, "footer": { "type": "string" }, "certUrl": { "type": "string", "format": "uri", "description": "https url when to get the TLS certificate that MeshAgent's will see when connecting to this server. This setting is used when a reverse proxy like NGINX is used in front of MeshCentral." },