From 5a0d0bb299eb2e4d693d3ecab506cc154e97678a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 2 Apr 2019 19:53:16 +1100 Subject: support resetting to a commit in either soft, hard, or mixed mode --- pkg/i18n/english.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/i18n/english.go') 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`, }, ) } -- cgit v1.2.3