summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-04-18 10:44:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-04-18 11:03:28 +1000
commitdfb293c9859980766bace8360ad26563d02e1345 (patch)
tree180522ebd37a25267d0f33c0a9267db8cd1dce5f /pkg/i18n
parent9b947b74a2170a9a89a6f6e9bdf8772bd7e4ee85 (diff)
better upstream changes presentation
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 585da5e30..a341447dc 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1077,7 +1077,7 @@ func EnglishTranslationSet() TranslationSet {
RewordInEditorPrompt: "Are you sure you want to reword this commit in your editor?",
HardResetAutostashPrompt: "Are you sure you want to hard reset to '%s'? An auto-stash will be performed if necessary.",
CheckoutPrompt: "Are you sure you want to checkout '%s'?",
- UpstreamGone: "↑gone",
+ UpstreamGone: "(upstream gone)",
Actions: Actions{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",