Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart authored and trasher committed Jan 16, 2025
1 parent 0f67ad0 commit 30b22ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glpi/Controller/CommonAjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ final protected function handleUpdateAction(array $input): Response
} else {
// Failed update
$error = $this->item->formatSessionMessageAfterAction(
__("Failed to udpate item")
__("Failed to update item")
);
return $this->errorReponse(422, $error);
}
Expand Down

0 comments on commit 30b22ac

Please sign in to comment.