summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-04-02 19:53:16 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-05-06 22:44:38 +1000
commit5a0d0bb299eb2e4d693d3ecab506cc154e97678a (patch)
tree8c916afb93e7b5cae75b56c3c1431efa452dc29f /pkg/i18n/english.go
parent2746b1bd38fa2668490a8db2369dec5146fbaec6 (diff)
support resetting to a commit in either soft, hard, or mixed mode
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index b6c8215d8..291f114e8 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -756,6 +756,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "SkipHookPrefixNotConfigured",
Other: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
+ }, &i18n.Message{
+ ID: "resetTo",
+ Other: `reset to`,
},
)
}