From 42323bb2b4daf40e5b9e0ff3d31c34b189b27cf7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:40:53 +0100 Subject: [PATCH] New translations dashboard.php (Korean) --- resources/lang/ko-KR/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ko-KR/dashboard.php b/resources/lang/ko-KR/dashboard.php index c9a4a259..2482872f 100644 --- a/resources/lang/ko-KR/dashboard.php +++ b/resources/lang/ko-KR/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => '문제 추가', 'success' => 'Incident added.',