Skip to content

Commit bb6c883

Browse files
Joshuahuahuastefanhaller
authored andcommitted
Print default option when prompting to create a new git repo
1 parent 1e5d104 commit bb6c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/i18n/english.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ func EnglishTranslationSet() *TranslationSet {
15291529
DiscardFileChangesTitle: "Discard file changes",
15301530
DiscardFileChangesPrompt: "Are you sure you want to remove changes to the selected file(s) from this commit?\n\nThis action will start a rebase, reverting these file changes. Be aware that if subsequent commits depend on these changes, you may need to resolve conflicts.\nNote: This will also reset any active custom patches.",
15311531
DisabledForGPG: "Feature not available for users using GPG.\n\nIf you are using a passphrase agent (e.g. gpg-agent) so that you don't have to type your passphrase when signing, you can enable this feature by adding\n\ngit:\n overrideGpg: true\n\nto your lazygit config file.",
1532-
CreateRepo: "Not in a git repository. Create a new git repository? (y/n): ",
1532+
CreateRepo: "Not in a git repository. Create a new git repository? (y/N): ",
15331533
BareRepo: "You've attempted to open Lazygit in a bare repo but Lazygit does not yet support bare repos. Open most recent repo? (y/n) ",
15341534
InitialBranch: "Branch name? (leave empty for git's default): ",
15351535
NoRecentRepositories: "Must open lazygit in a git repository. No valid recent repositories. Exiting.",

0 commit comments

Comments
 (0)