From e0b08b2d32ad6d3b9eb0f382ba5ab981415c49ac Mon Sep 17 00:00:00 2001 From: Fernando Terra Date: Mon, 11 Dec 2023 08:53:06 -0300 Subject: [PATCH] feat: update error messages --- .../grouping/ErrorNotificationGroupingComponent.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/grouping/ErrorNotificationGroupingComponent.vue b/frontend/src/components/grouping/ErrorNotificationGroupingComponent.vue index 5e6436ae7d..8d19b53195 100644 --- a/frontend/src/components/grouping/ErrorNotificationGroupingComponent.vue +++ b/frontend/src/components/grouping/ErrorNotificationGroupingComponent.vue @@ -156,8 +156,7 @@ const goToStep = (step: number) => { title="Something went wrong:" >
- We're working to fix a problem with our network. Please try re-submitting your application later.
- We're sorry for inconveniencing you. + We're working to fix a problem with our network. Please try re-submitting your application later.
@@ -171,8 +170,10 @@ const goToStep = (step: number) => { kind="error" >

- Assigned contact required: - You must associate “{{ item }}” address with an existing contact or add a new contact before submitting the application again. + Contact required: “{{ item }}” + must have a contact.