You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ sign_up_successful = Account was successfully created.
207
207
confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
208
208
must_change_password = Update your password
209
209
allow_password_change = Require user to change password (recommended)
210
-
reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the password reset process.
210
+
reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
211
211
active_your_account = Activate Your Account
212
212
account_activated = Account has been activated
213
213
prohibit_login = Sign In Prohibited
@@ -216,11 +216,11 @@ resent_limit_prompt = You have already requested an activation email recently. P
216
216
has_unconfirmed_mail = Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.
217
217
resend_mail = Click here to resend your activation email
218
218
email_not_associate = The email address is not associated with any account.
219
-
send_reset_mail = Click here to resend your password reset email
220
-
reset_password = Reset Your Password
219
+
send_reset_mail = Click here to resend your account recovery email
220
+
reset_password = Account Recovery
221
221
invalid_code = Your confirmation code is invalid or has expired.
222
-
reset_password_helper = Reset Password
223
-
reset_password_wrong_user = You are signed in as %s, but the password reset link is for %s
222
+
reset_password_helper = Recover Account
223
+
reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
224
224
password_too_short = Password length cannot be less than %d characters.
225
225
non_local_account = Non-local users can not update their password through the Gitea web interface.
226
226
verify = Verify
@@ -237,12 +237,12 @@ openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new
237
237
openid_register_title = Create new account
238
238
openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
239
239
openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
240
-
disable_forgot_password_mail = Password reset is disabled. Please contact your site administrator.
240
+
disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator.
0 commit comments