summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-16 13:43:20 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commitc713d550c0a215408969838009865b6b906c7576 (patch)
tree51135aacf7384a69fdc4a3e4a160e75d9df0e8e2 /pkg/i18n
parentd19d89ea9d99015ff4ea45027f0c56047256e7ea (diff)
Improve name handling
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index c38ea66a2..84581c0b6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -557,6 +557,7 @@ type TranslationSet struct {
MainWorktree string
CreateWorktree string
NewWorktreePath string
+ NewWorktreeBranch string
Name string
Branch string
Path string
@@ -1276,6 +1277,7 @@ func EnglishTranslationSet() TranslationSet {
MainWorktree: "(main)",
CreateWorktree: "Create worktree",
NewWorktreePath: "New worktree path",
+ NewWorktreeBranch: "New worktree branch (leave blank to use the current branch)",
Name: "Name",
Branch: "Branch",
Path: "Path",