diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 822d9cdc99..35a5244940 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -652,9 +652,8 @@ issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically issues.num_participants = %d Participants issues.attachment.open_tab = `Click to see "%s" in a new tab` issues.attachment.download = `Click to download "%s"` -issues.watch = Watch -issues.watch_issue = Watch issue -issues.unwatch_issue = Unwatch issue +issues.subscribe = Subscribe +issues.unsubscribe = Unsubscribe pulls.new = New Pull Request pulls.compare_changes = Compare Changes diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index a9df130dfc..28bd755e41 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -102,7 +102,7 @@
- {{.i18n.Tr "repo.issues.watch"}} + {{.i18n.Tr "notification.notifications"}}
@@ -110,10 +110,10 @@