summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-19 22:41:19 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-20 09:29:17 +1100
commit5ee559b89660cb850040ce41fee242514a09ba8b (patch)
treedbcbb0d5452294bb813ec0c002ca47bd86f5bed3 /pkg/i18n/english.go
parentca7252ef8ee26affdc2c74f05c9c20196a8d571b (diff)
fix issue where upstream origin and branch were quoted together
fix issue where upstream origin and branch were quoted together
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e3712b7b5..50508d63a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -431,6 +431,7 @@ type TranslationSet struct {
SelectConfigFile string
NoConfigFileFoundErr string
LcLoadingFileSuggestions string
+ MustSpecifyOriginError string
Spans Spans
}
@@ -956,6 +957,7 @@ func englishTranslationSet() TranslationSet {
SelectConfigFile: "Select config file",
NoConfigFileFoundErr: "No config file found",
LcLoadingFileSuggestions: "loading file suggestions",
+ MustSpecifyOriginError: "Must specify a remote if specifying a branch",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",