Skip to content

Commit

Permalink
Merge branch '10553-bug' into 10553-bug-test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Dec 4, 2024
2 parents 6f9c3b1 + 94157ad commit d7c93f0
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ const expiredTokenAlertError = {
const requestTimedOutAlertError = {
message: (
<>
Request timed out. This potentially means another process is currently
updating this user. Your request cannot be completed. Please try to log
in. If you’re still having trouble, contact{' '}
<a href={`mailto:${TROUBLESHOOTING_INFO.APP_SUPPORT_EMAIL}`}>
{TROUBLESHOOTING_INFO.APP_SUPPORT_EMAIL}
</a>
.
DAWSON is updating your other contact information. Please wait and try to
verify your email in a few minutes.
</>
),
title: 'Request Timed Out',
title: 'DAWSON can’t verify your email right now.',
};

export const genericAlertError = {
Expand Down

0 comments on commit d7c93f0

Please sign in to comment.