From 5424f40e292b484407224b4502e0ff483b06c695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org> Date: Mon, 28 Jun 2021 15:15:57 +0200 Subject: [PATCH] :ambulance: fix(msgPool) Fix typo in previous commit adding extra %s issue #6172 --- include/class_msgPool.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_msgPool.inc b/include/class_msgPool.inc index 2f7cd3f38..3b54c3387 100644 --- a/include/class_msgPool.inc +++ b/include/class_msgPool.inc @@ -569,7 +569,7 @@ class msgPool if ($error == '') { return htmlescape(_('Communication failure with the infrastructure service!')); } - return nl2br(htmlescape(sprintf(_("Communication failure with the infrastructure service: %s\n\nError: %s"), $error))); + return nl2br(htmlescape(sprintf(_("Communication failure with the infrastructure service:\n\nError: %s"), $error))); } /*! -- GitLab