diff --git a/client/components/Settings/Account.vue b/client/components/Settings/Account.vue index 1d465337..07f836ef 100644 --- a/client/components/Settings/Account.vue +++ b/client/components/Settings/Account.vue @@ -118,7 +118,7 @@ export default defineComponent({ const store = useStore(); const passwordErrors = { - missing_fields: "Please enter a new password", + missing_fields: "Please fill in all fields", password_mismatch: "Both new password fields must match", password_incorrect: "The current password field does not match your account password", update_failed: "Failed to update your password",