From aa30635f978099a600a01cab296e9170ccda2b28 Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Thu, 4 May 2023 21:20:32 +0200 Subject: phpstan level 7 for importExportController.php (#5361) * phpstan level 7 for importExportController.php * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite * Update app/Controllers/importExportController.php Co-authored-by: Alexandre Alapetite * phpstan level 7 for importExportController.php * phpstan level 7 for importExportController.php * phpstan level 7 for importExportController.php * A few edits --------- Co-authored-by: Luc Co-authored-by: Alexandre Alapetite --- app/i18n/id/feedback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/id') diff --git a/app/i18n/id/feedback.php b/app/i18n/id/feedback.php index ab9411ba9..1eefb9cbf 100644 --- a/app/i18n/id/feedback.php +++ b/app/i18n/id/feedback.php @@ -61,7 +61,7 @@ return array( 'feeds_imported_with_errors' => 'Your feeds have been imported, but some errors occurred', // TODO 'file_cannot_be_uploaded' => 'File cannot be uploaded!', // TODO 'no_zip_extension' => 'The ZIP extension is not present on your server.', // TODO - 'zip_error' => 'An error occurred during ZIP import.', // TODO + 'zip_error' => 'An error occurred during ZIP processing.', // TODO ), 'profile' => array( 'error' => 'Your profile cannot be modified', // TODO -- cgit v1.2.3