mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02: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…
x
Reference in New Issue
Block a user