mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Correct some type issues
This commit is contained in:
parent
872cd0d3bd
commit
ba8b6f5d78
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ disable_register_prompt = Sorry, registration has been disabled. Please contact
|
||||||
disable_register_mail = Sorry, Register Mail Confirmation has been disabled.
|
disable_register_mail = Sorry, Register Mail Confirmation has been disabled.
|
||||||
remember_me = Remember Me
|
remember_me = Remember Me
|
||||||
forgot_password= Forgot Password
|
forgot_password= Forgot Password
|
||||||
forget_password = Forget password?
|
forget_password = Forgot password?
|
||||||
sign_up_now = Need an account? Sign up now.
|
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.
|
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
|
sign_in_email = Sign in to your e-mail
|
||||||
|
|
Loading…
Reference in a new issue