summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index b8be4cfc6..9ead5a54e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -43,6 +43,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CommitChanges",
Other: "commit changes",
}, &i18n.Message{
+ ID: "AmendLastCommit",
+ Other: "amend last commit",
+ }, &i18n.Message{
+ ID: "SureToAmend",
+ Other: "Are you sure you want to amend last commit? You can change commit message from commits panel.",
+ }, &i18n.Message{
+ ID: "NoCommitToAmend",
+ Other: "There's no commit to amend.",
+ }, &i18n.Message{
ID: "CommitChangesWithEditor",
Other: "commit changes using git editor",
}, &i18n.Message{