diff options
author | fanningert <thomas@fanninger.at> | 2014-08-14 21:56:56 +0200 |
---|---|---|
committer | fanningert <thomas@fanninger.at> | 2014-08-14 21:56:56 +0200 |
commit | 202a29a475b77514d8a325f9d16a8f152c268418 (patch) | |
tree | cc52940a3dcfa4148dc6ba5709761485eb97e1f5 /conf | |
parent | 352d8943e444786216dbb7cf90e04377de906414 (diff) | |
download | gitea-202a29a475b77514d8a325f9d16a8f152c268418.tar.gz gitea-202a29a475b77514d8a325f9d16a8f152c268418.zip |
Correct type issue in locale_en-US.ini
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 edd5cdb9dc..d7b5c45a02 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -64,7 +64,7 @@ resent_limit_prompt = Sorry, you are sending an activation e-mail too frequently has_unconfirmed_mail = Hi %s, you have an unconfirmed email address(<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below. 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 +send_reset_mail = Click here to (re)send your password reset e-mail reset_password = Reset Your Password invalid_code = Sorry, your confirmation code has expired or not valid. reset_password_helper = Click here to reset your password |