diff --git a/src/pages/account/reset-password.vue b/src/pages/account/reset-password.vue index 542b858..a5fd82a 100644 --- a/src/pages/account/reset-password.vue +++ b/src/pages/account/reset-password.vue @@ -31,7 +31,7 @@ const { execute, isLoading } = useAsync({ } }); -customSeoMeta({ subsection: 'account', title: 'Reset passoword' }); +customSeoMeta({ subsection: 'account', title: 'Reset Password' });