File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -799,6 +799,7 @@ email_notifications.enable = Enable Email Notifications
799799email_notifications.onmention = Only Email on Mention
800800email_notifications.disable = Disable Email Notifications
801801email_notifications.submit = Set Email Preference
802+ email_notifications.andyourown = And Your Own Notifications
802803
803804visibility = User visibility
804805visibility.public = Public
@@ -1784,11 +1785,6 @@ settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL
17841785settings.mirror_settings.push_mirror.add = Add Push Mirror
17851786settings.sync_mirror = Synchronize Now
17861787settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute.
1787- settings.email_notifications.enable = Enable Email Notifications
1788- settings.email_notifications.onmention = Only Email on Mention
1789- settings.email_notifications.disable = Disable Email Notifications
1790- settings.email_notifications.andyourown = And Your Own Email Notifications
1791- settings.email_notifications.submit = Set Email Preference
17921788settings.site = Website
17931789settings.update_settings = Update Settings
17941790settings.branches.update_default_branch = Update Default Branch
Original file line number Diff line number Diff line change 5959<div class="ui selection dropdown" tabindex="0">
6060<input name="preference" type="hidden" value="{{.EmailNotificationsPreference}}">
6161{{svg "octicon-triangle-down" 14 "dropdown icon"}}
62- <div class="text">{{$.locale.Tr "settings.email_notifications"}} </div>
62+ <div class="text"></div>
6363<div class="menu">
6464<div data-value="enabled" class="{{if eq .EmailNotificationsPreference "enabled"}}active selected {{end}}item">{{$.locale.Tr "settings.email_notifications.enable"}}</div>
6565<div data-value="andyourown" class="{{if eq .EmailNotificationsPreference "andyourown"}}active selected {{end}}item">{{$.locale.Tr "settings.email_notifications.andyourown"}}</div>
You can’t perform that action at this time.
0 commit comments