Skip to content

Commit 7eef4a2

Browse files
author
YITA
authored
listing_filed changed with listing_failed
Same change done in translation files, adding Italian language too
1 parent efd049f commit 7eef4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridges/php-local/LocalBridge/FileManagerApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function postHandler($query, $request, $files)
4747
$list = $this->listAction($request['path']);
4848

4949
if (!is_array($list)) {
50-
$response = $this->simpleErrorResponse($t->listing_filed);
50+
$response = $this->simpleErrorResponse($t->listing_failed);
5151
} else {
5252
$response = new Response();
5353
$response->setData([

0 commit comments

Comments
 (0)