summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-13 21:16:24 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-13 21:36:16 +1100
commitf43ba728e3206b354d8cb66470fa2a42300c01a8 (patch)
treeca07ae1218481cead322d027e30b1f7d5c29a478 /pkg/i18n/english.go
parentb6623625700e1267f6543fa43a9f0322723ca1e5 (diff)
prompt to set upstream when pulling on untracked branch
prompt to set upstream when pulling on untracked branch
Diffstat (limited to 'pkg/i18n/english.go')
-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 347253236..9610a578a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -837,6 +837,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "EnterUpstream",
Other: `Enter upstream as '<remote> <branchname>'`,
+ }, &i18n.Message{
+ ID: "EnterUpstreamWithSlash",
+ Other: `Enter upstream as '<remote>/<branchname>'`,
},
)
}