Skip to content

Commit 30b22ac

Browse files
eduardomozarttrasher
authored andcommitted
Fix typo
1 parent 0f67ad0 commit 30b22ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Glpi/Controller/CommonAjaxController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ final protected function handleUpdateAction(array $input): Response
228228
} else {
229229
// Failed update
230230
$error = $this->item->formatSessionMessageAfterAction(
231-
__("Failed to udpate item")
231+
__("Failed to update item")
232232
);
233233
return $this->errorReponse(422, $error);
234234
}

0 commit comments

Comments
 (0)