summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-17 13:47:47 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:07:14 +1100
commita9cd647075119c760ca22cceba8c4ad14687b732 (patch)
treec0327f30ec6ab244a14c07003dfce65c135017ee /pkg/i18n
parentf0cd730fbb025d5c9068913f5ef11c5082617209 (diff)
support deleting remote branches
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 135c52bda..a41eb2fc1 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -864,6 +864,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "removeRemotePrompt",
Other: "Are you sure you want to remove remote",
+ }, &i18n.Message{
+ ID: "DeleteRemoteBranch",
+ Other: "Delete Remote Branch",
+ }, &i18n.Message{
+ ID: "DeleteRemoteBranchMessage",
+ Other: "Are you sure you want to delete remote branch",
},
)
}