From 896f392d7ef95c3bcba83f237fa9cd47ee4a66a9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:00:42 +0100 Subject: [PATCH] New translations cachet.php (Korean) --- resources/lang/ko-KR/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php index 19375a81..8ce26c71 100644 --- a/resources/lang/ko-KR/cachet.php +++ b/resources/lang/ko-KR/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] System operational|[2,Inf] All systems are operational', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues', 'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues', ],