diff options
author | Sandro Santilli <strk@kbt.io> | 2017-02-20 19:27:20 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-03-14 22:54:07 +0100 |
commit | 7d8f9d1c46e38681f2a4033a7da811ab7562d953 (patch) | |
tree | a44e9fa6b24b431c3483ae184a7502822a15d968 /options/locale/locale_ko-KR.ini | |
parent | 8746fb3385ffbb7c2fc9354bf51a5225543cfb72 (diff) | |
download | gitea-7d8f9d1c46e38681f2a4033a7da811ab7562d953.tar.gz gitea-7d8f9d1c46e38681f2a4033a7da811ab7562d953.zip |
Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`
Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
Diffstat (limited to 'options/locale/locale_ko-KR.ini')
-rw-r--r-- | options/locale/locale_ko-KR.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_ko-KR.ini b/options/locale/locale_ko-KR.ini index 01390d23ee..04fa32934b 100644 --- a/options/locale/locale_ko-KR.ini +++ b/options/locale/locale_ko-KR.ini @@ -145,8 +145,8 @@ social_register_helper_msg=계정을 가지고 계신가요? 연결하세요! disable_register_prompt=죄송합니다, 가입이 비활성화 되어있습니다. 사이트 관리자에게 문의 해주세요. disable_register_mail=죄송합니다. 메일 등록이 비활성화 되었습니다. remember_me=자동 로그인 -forgot_password=비밀번호 찾기 -forget_password=비밀번호를 잊으셨습니까? +forgot_password_title=비밀번호 찾기 +forgot_password=비밀번호를 잊으셨습니까? sign_up_now=계정이 필요하신가요? 지금 가입하세요. confirmation_mail_sent_prompt=새로운 확인 메일이 <b>%s</b>로 전송되었습니다. 받은 편지함으로 도착한 메일을 %d시간 안에 확인해서 등록 절차를 완료하십시오. active_your_account=계정 활성화 |