summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-16 12:23:35 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commitd19d89ea9d99015ff4ea45027f0c56047256e7ea (patch)
tree1c34af5393d336e222276bf125c3ba7e1e421e2b /pkg/i18n
parente8ec41fb0f4effb22d7370047f1b5dab3c2c6abe (diff)
Use sentence case
Diffstat (limited to 'pkg/i18n')
-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 cff0e367b..c38ea66a2 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1275,7 +1275,7 @@ func EnglishTranslationSet() TranslationSet {
MissingWorktree: "(missing)",
MainWorktree: "(main)",
CreateWorktree: "Create worktree",
- NewWorktreePath: "New Worktree path",
+ NewWorktreePath: "New worktree path",
Name: "Name",
Branch: "Branch",
Path: "Path",