Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bytefury/crater
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Jun 24, 2021
2 parents 4772079 + f2c6e06 commit 236db08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/assets/js/components/base/BaseNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
? notificationMessage
: success
? 'Successful'
: 'Somthing went wrong'
: 'Something went wrong'
}}
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/views/auth/ForgotPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
if (res.data) {
this.showNotification({
type: 'success',
message: 'Mail sent successfuly!',
message: 'Mail sent successfully!',
})
}
Expand Down

0 comments on commit 236db08

Please sign in to comment.