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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5aa6bd3c9..274c5328e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -359,6 +359,8 @@ type TranslationSet struct {
PushTag string
CreateTag string
CreatingTag string
+ ForceTag string
+ ForceTagPrompt string
FetchRemote string
FetchingRemoteStatus string
CheckoutCommit string
@@ -1102,6 +1104,8 @@ func EnglishTranslationSet() TranslationSet {
PushTag: "Push tag",
CreateTag: "Create tag",
CreatingTag: "Creating tag",
+ ForceTag: "Force Tag",
+ ForceTagPrompt: "The tag '{{.tagName}}' exists already. Press {{.cancelKey}} to cancel, or {{.confirmKey}} to overwrite.",
FetchRemote: "Fetch remote",
FetchingRemoteStatus: "Fetching remote",
CheckoutCommit: "Checkout commit",