summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorGiorgio Previtera <gprevitera@equalexperts.com>2019-07-07 21:16:02 +0100
committerJesse Duffield <jessedduffield@gmail.com>2019-07-14 14:24:18 +1000
commitb60ecdaa24ff1867c3c7723c2b5f5d0253c0bae8 (patch)
tree88c806b0e0522b6d84c013e6fdf98837a913438e /pkg/i18n/english.go
parent9fb9962ce7043bc3152bb0bee4a7ac17c35592d6 (diff)
472 - Update error message
Diffstat (limited to 'pkg/i18n/english.go')
-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 50a6e30a6..8768d6d7b 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -773,7 +773,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "Stash options",
}, &i18n.Message{
ID: "notARepository",
- Other: "Error: must be run inside a repository",
+ Other: "Error: must be run inside a git repository",
},
)
}