From d19d89ea9d99015ff4ea45027f0c56047256e7ea 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 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",