diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go index c2b71112d..41954c78f 100644 --- a/pkg/i18n/dutch.go +++ b/pkg/i18n/dutch.go @@ -1146,10 +1146,10 @@ func addDutch(i18nObject *i18n.Bundle) error { Other: "copieer branch name naar clipboard", }, &i18n.Message{ ID: "copyFileNameToClipboard", - Other: "Kopieer de bestandsnaam naar het klembord", + Other: "kopieer de bestandsnaam naar het klembord", }, &i18n.Message{ ID: "copyCommitFileNameToClipboard", - Other: "Kopieer de vastgelegde bestandsnaam naar het klembord", + Other: "kopieer de vastgelegde bestandsnaam naar het klembord", }, &i18n.Message{ ID: "commitPrefixPatternError", Other: "Fout in commitPrefix patroon", diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 6a609d6e4..50b170462 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1154,7 +1154,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: "copy the file name to the clipboard", }, &i18n.Message{ ID: "copyCommitFileNameToClipboard", - Other: "Copy the committed file name to the clipboard", + Other: "copy the committed file name to the clipboard", }, &i18n.Message{ ID: "commitPrefixPatternError", Other: "Error in commitPrefix pattern",