Skip to content

Commit

Permalink
fix: add missing domain for public forms translation (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault committed Feb 1, 2023
1 parent 3cc58ac commit 970f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/formdisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 970f183

Please sign in to comment.