Skip to content

Commit 728f0d9

Browse files
committed
Remove text that is now unused
1 parent b102646 commit 728f0d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pkg/i18n/english.go

-2
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ type TranslationSet struct {
449449
ExecuteShellCommandTooltip string
450450
ShellCommand string
451451
CommitChangesWithoutHook string
452-
SkipHookPrefixNotConfigured string
453452
ResetTo string
454453
ResetSoftTooltip string
455454
ResetMixedTooltip string
@@ -1500,7 +1499,6 @@ func EnglishTranslationSet() *TranslationSet {
15001499
ExecuteShellCommandTooltip: "Bring up a prompt where you can enter a shell command to execute.",
15011500
ShellCommand: "Shell command:",
15021501
CommitChangesWithoutHook: "Commit changes without pre-commit hook",
1503-
SkipHookPrefixNotConfigured: "You have not configured a commit message prefix for skipping hooks. Set `git.skipHookPrefix = 'WIP'` in your config",
15041502
ResetTo: `Reset to`,
15051503
PressEnterToReturn: "Press enter to return to lazygit",
15061504
ViewStashOptions: "View stash options",

0 commit comments

Comments
 (0)