Add full stop to end of error message to match style of other error messages

This commit is contained in:
Pritam Sangani 2024-05-29 21:46:37 +01:00 committed by GitHub
parent e650e041f8
commit efc7c4bd64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.