From: istist Date: Sun, 20 Oct 2019 19:17:52 +0000 (+0900) Subject: Update auth.php X-Git-Tag: v0.28.0~1^2~24^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/5ae0e127df2c0878d4df2592248277e6c6558689?ds=inline;hp=--cc Update auth.php Edit for 'Must be over 7 characters'. --- 5ae0e127df2c0878d4df2592248277e6c6558689 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 +];