From c77e7877ef1a4ff4525e992a11b85175c0fa203e Mon Sep 17 00:00:00 2001 From: Hoang Vu Huy Date: Thu, 19 Dec 2024 14:54:00 +0700 Subject: [PATCH] Fix wrong support email --- marketplace-ui/src/assets/i18n/de.yaml | 2 +- marketplace-ui/src/assets/i18n/en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/marketplace-ui/src/assets/i18n/de.yaml b/marketplace-ui/src/assets/i18n/de.yaml index 47f60b06..760fd467 100644 --- a/marketplace-ui/src/assets/i18n/de.yaml +++ b/marketplace-ui/src/assets/i18n/de.yaml @@ -26,7 +26,7 @@ common: error: code: 'ERROR CODE' oops: 'Oops!' - fullMessage: "{{ errorMessage }} Du tust uns einen großen Gefallen, wenn Du es hier meldest: support@axonivy.com" + fullMessage: "{{ errorMessage }} Du tust uns einen großen Gefallen, wenn Du es hier meldest: support@axonivy.com" description: 400: 'Bad Request: Der Server konnte die Anfrage aufgrund fehlerhafter Syntax nicht verstehen.' 401: 'Unauthorized: Eine Authentifizierung ist erforderlich und ist fehlgeschlagen oder wurde nicht bereitgestellt.' diff --git a/marketplace-ui/src/assets/i18n/en.yaml b/marketplace-ui/src/assets/i18n/en.yaml index f31b6a19..e1558789 100644 --- a/marketplace-ui/src/assets/i18n/en.yaml +++ b/marketplace-ui/src/assets/i18n/en.yaml @@ -30,7 +30,7 @@ common: error: code: 'ERROR CODE' oops: 'Oops!' - fullMessage: "{{ errorMessage }} You would be doing us a great favor by reporting it here: support@axonivy.com" + fullMessage: "{{ errorMessage }} You would be doing us a great favor by reporting it here: support@axonivy.com" description: 400: 'Bad Request: The server could not understand the request due to invalid syntax.' 401: 'Unauthorized: Authentication is required and has failed or has not been provided.'