From 9dfe1bbadfb6089f83e62f04ddd24fd6f5e18929 Mon Sep 17 00:00:00 2001 From: Yuki Osaki Date: Sun, 20 Sep 2020 15:08:14 +0900 Subject: [PATCH] Update pkg/i18n/english.go Co-authored-by: Jesse Duffield --- 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 8f604c794..6a609d6e4 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1151,7 +1151,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: "copy branch name to clipboard", }, &i18n.Message{ ID: "copyFileNameToClipboard", - Other: "Copy the file name to the clipboard", + Other: "copy the file name to the clipboard", }, &i18n.Message{ ID: "copyCommitFileNameToClipboard", Other: "Copy the committed file name to the clipboard",