diff --git a/.changeset/curly-gifts-hope.md b/.changeset/curly-gifts-hope.md
new file mode 100644
index 00000000000..d95050c0787
--- /dev/null
+++ b/.changeset/curly-gifts-hope.md
@@ -0,0 +1,5 @@
+---
+'@aws-amplify/ui': patch
+---
+
+update i18n kr.ts
diff --git a/packages/ui/src/i18n/dictionaries/authenticator/kr.ts b/packages/ui/src/i18n/dictionaries/authenticator/kr.ts
index de7f4c5e2cb..1921b5d4023 100644
--- a/packages/ui/src/i18n/dictionaries/authenticator/kr.ts
+++ b/packages/ui/src/i18n/dictionaries/authenticator/kr.ts
@@ -19,10 +19,19 @@ export const krDict: AuthenticatorDictionary = {
   'Creating Account': '회원가입중',
   'Dismiss alert': '알림 무시',
   Email: '이메일',
+  'Enter your Birthdate': '생년월일 입력',
   'Enter your code': '인증번호를 입력해주세요',
+  'Enter your Confirmation Code': '확인 코드 입력',
   'Enter your Email': '이메일 입력',
+  'Enter your Family Name': '성 입력',
+  'Enter your Given Name': '사용장 이름 입력',
+  'Enter your Name': '이름 입력',
+  'Enter your Nickname': '닉네임 입력',
+  'Enter your Password': '비밀번호 입력',
   'Enter your phone number': '전화번호 입력',
+  'Enter your Preferred Username': '선호하는 아이디 입력',
   'Enter your username': '아이디를 입력해주세요',
+  'Forgot password?': '비밀번호를 잊으셨나요?',
   'Hide password': '비밀번호 숨기기',
   'It may take a minute to arrive': '도착하는 데 1분 정도 걸릴 수 있습니다',
   Loading: '로딩중',
@@ -30,6 +39,7 @@ export const krDict: AuthenticatorDictionary = {
   or: '또는',
   Password: '비밀번호',
   'Phone Number': '전화번호',
+  'Please confirm your Password': '비밀번호를 확인해 주세요.',
   'Resend Code': '인증번호 재전송',
   'Reset your password': '비밀번호 재설정',
   'Reset your Password': '비밀번호 재설정',