From 18fdcf0b053198ff70b47caefa968192b4e2e23e Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:02:15 -0700 Subject: [PATCH] fix: clarify Korean terminal link routing label (#5277) --- src/renderer/src/i18n/locales/ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/ko.json b/src/renderer/src/i18n/locales/ko.json index 220e01b1f..b71f8a84f 100644 --- a/src/renderer/src/i18n/locales/ko.json +++ b/src/renderer/src/i18n/locales/ko.json @@ -10549,7 +10549,7 @@ "title": "터미널 링크를 Orca 브라우저에서 계속 열까요?", "description": "또는 시스템 브라우저를 기본값으로 사용합니다.", "orca": { - "button": "Orca 유지" + "button": "Orca에서 계속 열기" } } }