Update meshcentral-config-schema.json

Updated typo

Extcee committed Aug 25, 2020 at 11:19 UTC f517ceea7a51581b70384e51ee7418e38603ed1e
1 file changed +1 -1
meshcentral-config-schema.json
+1 -1
@@ -153,7 +153,7 @@
153 "newAccountEmailDomains": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },
154 "newAccountsRights": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },
155 "welcomeText": { "type": "string", "description": "Text that will be shown on the login screen." },
156 - "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." },
156 + "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." },
157 "hide": { "type": "integer" },
158 "footer": { "type": "string" },
159 "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." },