Skip to content

Commit 5d8fc91

Browse files
committed
Clean up sending verification email error message
1 parent 5579c35 commit 5d8fc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Authorization/UpdateAccount.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const UpdateAccount = props => {
7777

7878
case "ERR_VERIFICATION_EMAIL_FAILED":
7979
setErrorMsg(
80-
`Sending verification email failed. Please contact technical support. Error: "${response.message}"`
80+
`Sending the verification email to your email address failed. Please contact technical support.`
8181
);
8282
break;
8383

0 commit comments

Comments
 (0)