mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
Merge pull request #3894 from PritamSangani/fix-error-message-typo
Fix small typo in error message
This commit is contained in:
commit
c623748b3b
@ -604,7 +604,7 @@ function mapErrorToToast(err: any): Toast | undefined {
|
||||
return {
|
||||
title: 'Draft pull requests are not enabled',
|
||||
message: `
|
||||
It looks like draft pull requests are not eanbled in your repository
|
||||
It looks like draft pull requests are not enabled in your repository.
|
||||
|
||||
Please see our [documentation](https://docs.gitbutler.com/)
|
||||
for additional help.
|
||||
|
Loading…
Reference in New Issue
Block a user