From c77bb251b60262ffade422977903dbbeb4182322 Mon Sep 17 00:00:00 2001 From: AdrienClairembault Date: Wed, 1 Feb 2023 10:14:14 +0100 Subject: [PATCH] fix: add missing domain for public forms translation --- front/formdisplay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/formdisplay.php b/front/formdisplay.php index 8a9cbbdfb..ab5a3956f 100644 --- a/front/formdisplay.php +++ b/front/formdisplay.php @@ -87,7 +87,7 @@ unset($_SESSION['glpiname']); } } else if (isset($_GET['answer_saved'])) { - $message = __("The form has been successfully saved!"); + $message = __("The form has been successfully saved!", "formcreator"); Html::displayTitle($CFG_GLPI['root_doc']."/pics/ok.png", $message, $message); }