diff --git a/frontend/src/i18n/translations/ko-KR.ts b/frontend/src/i18n/translations/ko-KR.ts index 4a21cd6..eb747c8 100644 --- a/frontend/src/i18n/translations/ko-KR.ts +++ b/frontend/src/i18n/translations/ko-KR.ts @@ -420,10 +420,10 @@ export default { "common.text.navigate-to-link": "Go to the link", "common.text.or": "or", "common.button.go-back": "Go back", - "common.button.go-home": "Go home", + "common.button.go-home": "첫 페이지", "common.notify.copied": "Your link was copied to the clipboard", - "common.success": "Success", - "common.error": "Error", + "common.success": "성공", + "common.error": "에러", "common.error.unknown": "An unknown error occurred", "common.error.invalid-email": "Invalid email address", "common.error.too-short": "Must be at least {length} characters",