diff --git a/www/lib/HTML/QuickForm.php b/www/lib/HTML/QuickForm.php index ceec7ccee43..5937e8e5ba8 100644 --- a/www/lib/HTML/QuickForm.php +++ b/www/lib/HTML/QuickForm.php @@ -2071,7 +2071,7 @@ function checkSecurityToken($submittedValues) $error = true; } else { $error = array('centreon_token' => 'The Token is invalid'); - echo "
"._("The CSRF token is invalid")."
"; + echo "
" . _("An error occured. Please try to resubmit the form") . "
"; } $this->purgeToken();