summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:09:02 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-21 22:09:02 +1100
commitbad06bb634917d0f4f21c4f54823cf5f2cc3c392 (patch)
tree56ee2997f7a841f0adc9b738d47cc47d88d12e0e /pkg/i18n/english.go
parente18e81f5eb8eebf80f6e597c2d52823bb2c8ff14 (diff)
fix typov0.11.1
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e1f53d05b..10e4d209d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -904,8 +904,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "PushTagTitle",
Other: "remote to push tag '{{.tagName}}' to:",
}, &i18n.Message{
- ID: "pushTags",
- Other: "push tags",
+ ID: "pushTag",
+ Other: "push tag",
}, &i18n.Message{
ID: "createTag",
Other: "create tag",