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
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -318,24 +318,27 @@ password_pwned_err = Could not complete request to HaveIBeenPwned
318
318
319
319
[mail]
320
320
view_it_on = View it on %s
321
+
link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
322
+
hi_user_x = Hi <b>%s</b>,
321
323
322
324
activate_account = Please activate your account
323
325
activate_account.title = %s, please activate your account
324
326
activate_account.test_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
325
327
activate_account.test_2 = Please click the following link to activate your account within <b>%s</b>:
326
-
activate_account.test_3 = Not working? Try copying and pasting it to your browser.
327
328
328
329
activate_email = Verify your email address
329
330
activate_email.title = %s, please verify your e-mail address
330
-
activate_email.body = <p>Hi <b>%[1]s</b>,</p><br><p>Please click the following link to verify your email address within <b>%[2]s</b>:</p><p><a href="%[3]s">%[3]s</a></p><br><p>Not working? Try copying and pasting it to your browser.</p>
331
+
activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
331
332
332
333
register_notify = Welcome to Gitea
333
334
register_notify.title = %[1]s, welcome to %[2]s
334
-
register_notify.body = <p>Hi <b>%[1]s</b>, this is your registration confirmation email for %[4]s!</p><br><p>You can now login via username: %[2]s.</p><p><a href="%[3]suser/login">%[3]suser/login</a></p><br><p>If this account has been created for you, please <a href="%[3]suser/forgot_password">set your password</a> first.</p>
335
+
register_notify.text_1 = this is your registration confirmation email for %s!
336
+
register_notify.text_2 = You can now login via username: %s.
337
+
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
335
338
336
339
reset_password = Recover your account
337
340
reset_password.title = %s, you have requested to recover your account
338
-
reset_password.body = <p>Hi <b>%[1]s</b>,</p><br><p>Please click the following link to recover your account within <b>%[2]s</b>:</p><p><a href="%[3]s">%[3]s</a></p><br><p>Not working? Try copying and pasting it to your browser.</p>
341
+
reset_password.text = Please click the following link to recover your account within <b>%s</b>:
0 commit comments