From 20db9fc939b282acb9c1c260e5da276278e7843f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 8 May 2022 13:27:35 +1000 Subject: [PATCH] update copy --- 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 43fe36e02..3dd9822e5 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -717,7 +717,7 @@ func EnglishTranslationSet() TranslationSet { LcEditCommit: "edit commit", LcAmendToCommit: "amend commit with staged changes", LcResetCommitAuthor: "reset commit author", - SureResetCommitAuthor: "Are you sure you want to reset the author of this commit?", + SureResetCommitAuthor: "The author field of this commit will be updated to match the configured user. This also renews the author timestamp. Continue?", LcRenameCommitEditor: "reword commit with editor", Error: "Error", LcSelectHunk: "select hunk",