From 34667316c05bc151fff30f9e30ef99e36e2d2173 Mon Sep 17 00:00:00 2001 From: Simon DENEL Date: Wed, 23 Dec 2020 09:52:17 +0100 Subject: [PATCH] Typo in Server.php --- app/Model/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/Server.php b/app/Model/Server.php index 6848251d9..601871726 100644 --- a/app/Model/Server.php +++ b/app/Model/Server.php @@ -188,7 +188,7 @@ class Server extends AppModel 'level' => 0, 'description' => __('The base url of the application (in the format https://www.mymispinstance.com or https://myserver.com/misp). Several features depend on this setting being correctly set to function.'), 'value' => '', - 'errorMessage' => __('The currenty set baseurl does not match the URL through which you have accessed the page. Disregard this if you are accessing the page via an alternate URL (for example via IP address).'), + 'errorMessage' => __('The currently set baseurl does not match the URL through which you have accessed the page. Disregard this if you are accessing the page via an alternate URL (for example via IP address).'), 'test' => 'testBaseURL', 'type' => 'string', ),