diff options
| author | 2023-05-04 21:20:32 +0200 | |
|---|---|---|
| committer | 2023-05-04 21:20:32 +0200 | |
| commit | aa30635f978099a600a01cab296e9170ccda2b28 (patch) | |
| tree | 6fcc07d23f29477b9714bbe41c5817c961cbcb03 /app/i18n/ko/feedback.php | |
| parent | fde4e79ed0b851d0b7edfb44c0630cbf385f83cc (diff) | |
phpstan level 7 for importExportController.php (#5361)
* phpstan level 7 for importExportController.php
* Update app/Controllers/importExportController.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/Controllers/importExportController.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/Controllers/importExportController.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/Controllers/importExportController.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* 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 <sanchezluc+freshrss@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko/feedback.php')
| -rw-r--r-- | app/i18n/ko/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php index 3692f7872..909c75519 100644 --- a/app/i18n/ko/feedback.php +++ b/app/i18n/ko/feedback.php @@ -61,7 +61,7 @@ return array( 'feeds_imported_with_errors' => '피드를 불러왔지만, 문제가 발생했습니다', 'file_cannot_be_uploaded' => '파일을 업로드할 수 없습니다!', 'no_zip_extension' => 'ZIP 확장 기능을 서버에서 찾을 수 없습니다.', - 'zip_error' => 'ZIP 파일을 불러오는 동안 문제가 발생했습니다.', + 'zip_error' => 'ZIP 파일을 불러오는 동안 문제가 발생했습니다.', // DIRTY ), 'profile' => array( 'error' => '프로필을 변경할 수 없습니다', |
