diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index bd7305735..bc41c0912 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -421,7 +421,7 @@ func addDutch(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "NoAutomaticGitFetchBody", Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`, - }, &i18n.Message{ + }, &i18n.Message{ ID: "StageLines", Other: `stage individual hunks/lines`, }, &i18n.Message{ diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 5e0c8109f..077f0b13a 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -429,7 +429,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "NoAutomaticGitFetchBody", Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`, - }, &i18n.Message{ + }, &i18n.Message{ ID: "StageLines", Other: `stage individual hunks/lines`, }, &i18n.Message{ diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index e7a6e64cc..1c129eb76 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -404,7 +404,7 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "NoAutomaticGitFetchBody", Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`, - }, &i18n.Message{ + }, &i18n.Message{ ID: "StageLines", Other: `stage individual hunks/lines`, }, &i18n.Message{