summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-13 22:14:57 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-13 22:25:42 +1100
commit3b1d705473494cca9894ec051d9d928c0c8926c7 (patch)
tree8e6661248e5ab7aced0aee0f68995bb1f57ee398 /pkg/i18n
parentf43ba728e3206b354d8cb66470fa2a42300c01a8 (diff)
show upstream branch for branch
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 9610a578a..b15f60bbb 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -840,6 +840,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "EnterUpstreamWithSlash",
Other: `Enter upstream as '<remote>/<branchname>'`,
+ }, &i18n.Message{
+ ID: "notTrackingRemote",
+ Other: "(not tracking any remote)",
},
)
}