mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
Add full stop to end of error message to match style of other error messages
This commit is contained in:
parent
e650e041f8
commit
efc7c4bd64
@ -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 enabled 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