diff options
author | fanningert <thomas@fanninger.at> | 2014-08-14 21:52:01 +0200 |
---|---|---|
committer | fanningert <thomas@fanninger.at> | 2014-08-14 21:52:01 +0200 |
commit | ccc20f7c70a955a21f3d345a0ce9649454c61ab5 (patch) | |
tree | e38b7ed236f81aa74d14f002cd54fc12df618d10 /conf/locale | |
parent | 5fbf27bb0753b8ea31975304323bf9727100d2d6 (diff) | |
download | gitea-ccc20f7c70a955a21f3d345a0ce9649454c61ab5.tar.gz gitea-ccc20f7c70a955a21f3d345a0ce9649454c61ab5.zip |
Correct type issue in locale_en-US.ini
Diffstat (limited to 'conf/locale')
-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 951b74c89e..edd5cdb9dc 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -66,7 +66,7 @@ resend_mail = Click here to resend your activation e-mail email_not_associate = This e-mail address does not associate to any account. send_reset_mail = Click here to (re)send your passowrd reset e-mail reset_password = Reset Your Password -invalid_code = Sorry, your confirmation code has exipired or not valid. +invalid_code = Sorry, your confirmation code has expired or not valid. reset_password_helper = Click here to reset your password password_too_short = Password length cannot be less then 6. |