mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
472 - Update error message
This commit is contained in:
parent
9fb9962ce7
commit
b60ecdaa24
|
|
@ -750,7 +750,7 @@ func addDutch(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",
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -733,7 +733,7 @@ func addPolish(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",
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue