From d7aca1bcbd54311e6dcc0747d8803ddd15da5dcc Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 16 Jul 2023 12:23:35 +1000 Subject: [PATCH] Use sentence case --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 3075df966..31a55f892 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1271,7 +1271,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",