We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f67ad0 commit 30b22acCopy full SHA for 30b22ac
src/Glpi/Controller/CommonAjaxController.php
@@ -228,7 +228,7 @@ final protected function handleUpdateAction(array $input): Response
228
} else {
229
// Failed update
230
$error = $this->item->formatSessionMessageAfterAction(
231
- __("Failed to udpate item")
+ __("Failed to update item")
232
);
233
return $this->errorReponse(422, $error);
234
}
0 commit comments