From 579975dfc9267a91c7d3c1834af81575aaff9661 Mon Sep 17 00:00:00 2001 From: returntoice <171243264+returntoice@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:59:37 +0900 Subject: [PATCH] [Localization] minor ko fix (#4433) Co-authored-by: Enoch --- src/locales/ko/modifier-type.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index f04dff7b1afb..f9d8fd1a8619 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -50,9 +50,9 @@ "description": "{{battleCount}}번의 배틀 동안 더블 배틀이 등장할 확률이 4배가 된다." }, "TempStatStageBoosterModifierType": { - "description": "자신의 모든 포켓몬이 5번의 배틀 동안 {{stat}}[[가]] {{amount}}단계 증가한다.", + "description": "자신의 모든 포켓몬이 5번의 배틀 동안 {{stat}}[[가]] {{amount}} 증가한다.", "extra": { - "stage": "1 스테이지", + "stage": "1단계", "percentage": "30%" } },