diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php index a89706a74..9701bdf70 100644 --- a/resources/lang/ko/auth.php +++ b/resources/lang/ko/auth.php @@ -21,7 +21,7 @@ return [ 'email' => '메일 주소', 'password' => '비밀번호', 'password_confirm' => '비밀번호 확인', - 'password_hint' => '네 글자를 넘어야 합니다.', + 'password_hint' => '일곱 글자를 넘어야 합니다.', 'forgot_password' => '비밀번호를 잊었나요?', 'remember_me' => '로그인 유지', 'ldap_email_hint' => '이 계정에 대한 메일 주소를 입력하세요.', @@ -74,4 +74,4 @@ return [ 'user_invite_page_text' => ':appName에 로그인할 때 입력할 비밀번호를 설정하세요.', 'user_invite_page_confirm_button' => '비밀번호 확인', 'user_invite_success' => '이제 :appName에 접근할 수 있습니다.' -]; \ No newline at end of file +];