mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
? notificationMessage
|
||||
: success
|
||||
? 'Successful'
|
||||
: 'Somthing went wrong'
|
||||
: 'Something went wrong'
|
||||
}}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -80,7 +80,7 @@ export default {
|
||||
if (res.data) {
|
||||
this.showNotification({
|
||||
type: 'success',
|
||||
message: 'Mail sent successfuly!',
|
||||
message: 'Mail sent successfully!',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user