]> BookStack Code Mirror - bookstack/commitdiff
Update auth.php
authoristist <redacted>
Sun, 20 Oct 2019 19:17:52 +0000 (04:17 +0900)
committerGitHub <redacted>
Sun, 20 Oct 2019 19:17:52 +0000 (04:17 +0900)
Edit for  'Must be over 7 characters'.

resources/lang/ko/auth.php

index a89706a74960894b77b6d6169d3130ad94ce1d79..9701bdf703cb7698a34f65933a74ae3c2ba00038 100644 (file)
@@ -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
+];