diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2023-01-16 21:58:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 14:58:01 -0600 |
commit | 8117e41dfa1dd162aa98206f46996fa1973e5632 (patch) | |
tree | 1e6f901373dab69e56019ce193de669b2b68deb8 /options/locale | |
parent | 2cc3a6381cab34113fd2dc2c24ef0efc22c4336d (diff) | |
download | gitea-8117e41dfa1dd162aa98206f46996fa1973e5632.tar.gz gitea-8117e41dfa1dd162aa98206f46996fa1973e5632.zip |
Add reply hint to mail text (#22459)
Addition to #22056
This PR adds a hint to mail text if replies are supported.
I can't tell if the text structure is supported in every language. Maybe
we need to put the whole line in the translation file and use
parameters.
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8ddd8e40d6..1cd4e6a1d0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -365,6 +365,7 @@ password_pwned_err = Could not complete request to HaveIBeenPwned [mail] view_it_on = View it on %s +reply = or reply to this email directly link_not_working_do_paste = Not working? Try copying and pasting it to your browser. hi_user_x = Hi <b>%s</b>, |