From 3b5c73992e516f9e188a418eddb1a698c1b4f930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=AA=E1=86=AB=E1=84=83=E1=85=AE=E1=84=8F?= =?UTF-8?q?=E1=85=A9=E1=86=BC?= Date: Tue, 18 Feb 2025 15:25:10 +0900 Subject: [PATCH] Fix incorrect translations --- src/static/locale/ko.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/locale/ko.json b/src/static/locale/ko.json index 79607189..7db8cee7 100644 --- a/src/static/locale/ko.json +++ b/src/static/locale/ko.json @@ -35,7 +35,7 @@ "New Password": "새 비밀번호", "Repeat New Password": "새 비밀번호 확인", "Update Password": "비밀번호 변경", - "Multi-Factor Authentication \\(MFA\\)": "다중 인증 \\(MFA\\)", + "Multi-Factor Authentication \\(MFA\\)": "다중 인증 (MFA)", "Reset": "재설정", "Setup": "설정", "API Keys": "API 키", @@ -270,7 +270,7 @@ "Language": "언어", "Account Settings": "계정 설정", "Peer Default Settings": "피어 기본 설정", - "Toggle When Start Up": "시작 시 전환", + "Toggle When Start Up": "시작 시 실행", "Other Settings": "기타 설정", "Select Peers": "피어 선택", "Backup & Restore": "백업 & 복원",