diff --git a/resources/assets/js/components/base/BaseNotification.vue b/resources/assets/js/components/base/BaseNotification.vue index 5d3da964..27314ebc 100644 --- a/resources/assets/js/components/base/BaseNotification.vue +++ b/resources/assets/js/components/base/BaseNotification.vue @@ -71,7 +71,7 @@ ? notificationMessage : success ? 'Successful' - : 'Somthing went wrong' + : 'Something went wrong' }}

diff --git a/resources/assets/js/views/auth/ForgotPassword.vue b/resources/assets/js/views/auth/ForgotPassword.vue index bc10ee7a..daf9a49a 100644 --- a/resources/assets/js/views/auth/ForgotPassword.vue +++ b/resources/assets/js/views/auth/ForgotPassword.vue @@ -80,7 +80,7 @@ export default { if (res.data) { this.showNotification({ type: 'success', - message: 'Mail sent successfuly!', + message: 'Mail sent successfully!', }) }