diff options
author | fanningert <thomas@fanninger.at> | 2014-08-14 10:53:08 +0200 |
---|---|---|
committer | fanningert <thomas@fanninger.at> | 2014-08-14 10:53:08 +0200 |
commit | ba8b6f5d7851cacfb25a8163e0e347b7545ba6e7 (patch) | |
tree | e1543c2be6d2ef99644c7bcb5005f6b390733e76 /conf | |
parent | 872cd0d3bdb1d037a92f93b2340be63609fc72f2 (diff) | |
download | gitea-ba8b6f5d7851cacfb25a8163e0e347b7545ba6e7.tar.gz gitea-ba8b6f5d7851cacfb25a8163e0e347b7545ba6e7.zip |
Correct some type issues
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1c112f4430..951b74c89e 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -55,7 +55,7 @@ disable_register_prompt = Sorry, registration has been disabled. Please contact disable_register_mail = Sorry, Register Mail Confirmation has been disabled. remember_me = Remember Me forgot_password= Forgot Password -forget_password = Forget password? +forget_password = Forgot password? sign_up_now = Need an account? Sign up now. confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration. sign_in_email = Sign in to your e-mail |