summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 325896bf7..b60e914db 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -943,14 +943,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "IgnoreTrackedPrompt",
Other: "Are you sure you want to ignore a tracked file?",
}, &i18n.Message{
- ID: "resetToThisBranch",
- Other: "reset to the HEAD of this branch",
- }, &i18n.Message{
- ID: "resetToThisTag",
- Other: "reset to this tag",
- }, &i18n.Message{
- ID: "resetToUpstream",
- Other: "reset to the HEAD of the upstream branch",
+ ID: "viewResetToUpstreamOptions",
+ Other: "view upstream reset options",
},
)
}