summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorLuka Markušić <luka.markusic@microblink.com>2023-05-31 10:05:43 +0200
committerJesse Duffield <jessedduffield@gmail.com>2023-09-18 13:40:52 +1000
commit4d258bd98144eed7c9e955de6f2b8bb6379aa92b (patch)
tree6aa8855acf458ff1c636bc889922135f36b18b78 /pkg/i18n
parent25160b671e8a5ccd2c7ba8437c972ff0fabb136a (diff)
Use UpstreamBranch for opening pull requests
Diffstat (limited to 'pkg/i18n')
-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 09577c210..a6927e027 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -224,6 +224,7 @@ type TranslationSet struct {
FwdNoUpstream string
FwdNoLocalUpstream string
FwdCommitsToPush string
+ PullRequestNoUpstream string
ErrorOccurred string
NoRoom string
YouAreHere string
@@ -1019,6 +1020,7 @@ func EnglishTranslationSet() TranslationSet {
FwdNoUpstream: "Cannot fast-forward a branch with no upstream",
FwdNoLocalUpstream: "Cannot fast-forward a branch whose remote is not registered locally",
FwdCommitsToPush: "Cannot fast-forward a branch with commits to push",
+ PullRequestNoUpstream: "Cannot open a pull request for a branch with no upstream",
ErrorOccurred: "An error occurred! Please create an issue at",
NoRoom: "Not enough room",
YouAreHere: "YOU ARE HERE",