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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 96c2031bf..9e0e60166 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -176,7 +176,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "Are you sure you want to delete the branch {{.selectedBranchName}}?",
}, &i18n.Message{
ID: "ForceDeleteBranchMessage",
- Other: "Are you sure you want to force delete the branch {{.selectedBranchName}}?",
+ Other: "{{.selectedBranchName}} is not fully merged. Are you sure you want to delete it?",
}, &i18n.Message{
ID: "CantMergeBranchIntoItself",
Other: "You cannot merge a branch into itself",