summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-16 19:39:53 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commit18ea68c23a93d3a9a8270290e8f5e1df5e955892 (patch)
treebd299737014be696f67a6c5c726e476bd95098d6 /pkg/i18n
parent4b2622d93be8d2daa0a4fbf6fe2f765414d9d72c (diff)
Support creating worktrees from refs
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 99ebaa918..97b32fabd 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -562,6 +562,7 @@ type TranslationSet struct {
CreateWorktree string
NewWorktreePath string
NewWorktreeBranch string
+ ViewWorktreeOptions string
Name string
Branch string
Path string
@@ -1286,6 +1287,7 @@ func EnglishTranslationSet() TranslationSet {
CreateWorktree: "Create worktree",
NewWorktreePath: "New worktree path",
NewWorktreeBranch: "New worktree branch (leave blank to use the current branch)",
+ ViewWorktreeOptions: "View worktree options",
Name: "Name",
Branch: "Branch",
Path: "Path",