Merge pull request #488 from pgrimaud/master

docs: fix typos
This commit is contained in:
Mohit Panjwani
2021-06-15 14:14:31 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
? notificationMessage
: success
? 'Successful'
: 'Somthing went wrong'
: 'Something went wrong'
}}
</p>
</div>

View File

@ -80,7 +80,7 @@ export default {
if (res.data) {
this.showNotification({
type: 'success',
message: 'Mail sent successfuly!',
message: 'Mail sent successfully!',
})
}