Skip to content

Commit

Permalink
Merge branch 'release-12.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 18, 2024
2 parents a97c4c4 + 4ee06d2 commit 62e87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/class.ItemContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function upload(): void
$formatter->withBody(['error' => $e->getMessage()]);
} catch (common_Exception $e) {
$this->logWarning($e->getMessage());
$formatter->withBody(['error' => _('Unable to upload file')]);
$formatter->withBody(['error' => __('Unable to upload file')]);
}

$this->setResponse($formatter->format($this->getPsrResponse()));
Expand Down

0 comments on commit 62e87b5

Please sign in to comment.