Private GIT

Skip to content
Snippets Groups Projects
Commit 4fc73de3 authored by Kevin Duret's avatar Kevin Duret Committed by Matthieu Kermagoret
Browse files

typo(proxy): update failed message on proxy connection

parent c4a54d04
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class CentreonProxy extends CentreonWebService ...@@ -18,7 +18,7 @@ class CentreonProxy extends CentreonWebService
$message = _('Connection Successful'); $message = _('Connection Successful');
} catch (\Exception $e) { } catch (\Exception $e) {
$outcome = false; $outcome = false;
$message = _('Connection failed to imp portal (') . $e->getMessage() . ')'; $message = _('Could not establish connection to Centreon IMP servers (') . $e->getMessage() . ')';
} }
return array( return array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment