diff options
author | Meano <Meano@foxmail.com> | 2021-07-11 01:40:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 19:40:14 +0200 |
commit | 07284792d40c556ec4c9e1c92379a922e746e12b (patch) | |
tree | 8b4eeced522f8dc8a3fe354db027eb2cccd7ac01 /options/locale | |
parent | 7a402067ce086fea94685df0ae7db594d9a0f179 (diff) | |
download | gitea-07284792d40c556ec4c9e1c92379a922e746e12b.tar.gz gitea-07284792d40c556ec4c9e1c92379a922e746e12b.zip |
Fix invalid params and typo of email templates (#16394)
Signed-off-by: Meano <meanocat@gmail.com>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7f58a11e73..191cb5de67 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -326,8 +326,8 @@ hi_user_x = Hi <b>%s</b>, activate_account = Please activate your account activate_account.title = %s, please activate your account -activate_account.test_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s! -activate_account.test_2 = Please click the following link to activate your account within <b>%s</b>: +activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s! +activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>: activate_email = Verify your email address activate_email.title = %s, please verify your e-mail address |