From 53e8394de4ecabedfa2bf4b294229bc0a9fd9d81 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Mon, 16 Sep 2024 02:33:21 +0900 Subject: [PATCH] add missing translation for continue --- src/locales/ko/modifier-select-ui-handler.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/modifier-select-ui-handler.json b/src/locales/ko/modifier-select-ui-handler.json index 89417c8c1ac..4935dc3c875 100644 --- a/src/locales/ko/modifier-select-ui-handler.json +++ b/src/locales/ko/modifier-select-ui-handler.json @@ -9,6 +9,6 @@ "checkTeamDesc": "파티를 확인하거나 폼 변경 아이템을 사용합니다.", "rerollCost": "₽{{formattedMoney}}", "itemCost": "₽{{formattedMoney}}", - "continueNextWaveButton": "Continue", - "continueNextWaveDescription": "Continue to the next wave" + "continueNextWaveButton": "진행하기", + "continueNextWaveDescription": "다음 웨이브로 진행한다." }