Skip to content

Commit

Permalink
Merge branch 'main' into fix/FSADT1-1020
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora authored Dec 18, 2023
2 parents ae322f6 + f3440c5 commit 27884be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/FormBCSCPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ watch([error], () => {
<p
class="body-compact-01"
v-if="formData.location.contacts.length >= 5">
You can only add a maximum of 5 additional contacts.
You can only add a maximum of 5 contacts.
</p>

<hr class="divider" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/bceidform/ContactWizardStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ defineExpose({
class="body-compact-01"
v-if="formData.location.contacts.length >= 5"
id="maxAdditionalContsReachedLblId">
You can only add a maximum of 5 additional contacts.
You can only add a maximum of 5 contacts.
</p>

</template>

0 comments on commit 27884be

Please sign in to comment.