Skip to content

Commit

Permalink
feat: update error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Dec 11, 2023
1 parent 238adfc commit e0b08b2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ const goToStep = (step: number) => {
title="Something went wrong:"
>
<div>
We're working to fix a problem with our network. Please try re-submitting your application later.<br />
We're sorry for inconveniencing you.
We're working to fix a problem with our network. Please try re-submitting your application later.
</div>
</cds-actionable-notification>

Expand All @@ -171,8 +170,10 @@ const goToStep = (step: number) => {
kind="error"
>
<p class="body-compact-01">
<span class="heading-compact-01 heading-compact-01-dark">Assigned contact required:</span>
You must associate <span class="heading-compact-01 heading-compact-01-dark">“{{ item }}”</span> address with an existing contact or <a href="#" @click.prevent="scrollToElementFn">add a new contact</a> before submitting the application again.
<span class="heading-compact-01 heading-compact-01-dark"
>Contact required: “{{ item }}”</span
>
must have a contact.
</p>
</cds-inline-notification>
</div>
Expand Down

0 comments on commit e0b08b2

Please sign in to comment.