We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5579c35 commit 5d8fc91Copy full SHA for 5d8fc91
1 file changed
client/src/components/Authorization/UpdateAccount.jsx
@@ -77,7 +77,7 @@ const UpdateAccount = props => {
77
78
case "ERR_VERIFICATION_EMAIL_FAILED":
79
setErrorMsg(
80
- `Sending verification email failed. Please contact technical support. Error: "${response.message}"`
+ `Sending the verification email to your email address failed. Please contact technical support.`
81
);
82
break;
83
0 commit comments