diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-07-28 23:28:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 17:28:46 +0200 |
commit | 2c108d20baa2b2fd0816ad2dfb3429d49a422f4e (patch) | |
tree | 893cb429b471f2089fb023b011d69d08c792c47d /options/locale | |
parent | a846bfefd84fac9088c6497a21dc77412d6d2835 (diff) | |
download | gitea-2c108d20baa2b2fd0816ad2dfb3429d49a422f4e.tar.gz gitea-2c108d20baa2b2fd0816ad2dfb3429d49a422f4e.zip |
Fix i18n for email notifications (#20518)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 257bae80d8..aad10ce87b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -799,6 +799,7 @@ email_notifications.enable = Enable Email Notifications email_notifications.onmention = Only Email on Mention email_notifications.disable = Disable Email Notifications email_notifications.submit = Set Email Preference +email_notifications.andyourown = And Your Own Notifications visibility = User visibility visibility.public = Public @@ -1784,11 +1785,6 @@ settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL settings.mirror_settings.push_mirror.add = Add Push Mirror settings.sync_mirror = Synchronize Now settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute. -settings.email_notifications.enable = Enable Email Notifications -settings.email_notifications.onmention = Only Email on Mention -settings.email_notifications.disable = Disable Email Notifications -settings.email_notifications.andyourown = And Your Own Email Notifications -settings.email_notifications.submit = Set Email Preference settings.site = Website settings.update_settings = Update Settings settings.branches.update_default_branch = Update Default Branch |