mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
472 - Update error message
This commit is contained in:
committed by
Jesse Duffield
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",
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user