Skip to content

Commit

Permalink
Fix wrong support email
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang Vu Huy committed Dec 19, 2024
1 parent f1b7648 commit c77e787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marketplace-ui/src/assets/i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href='mailto:{email}'>[email protected]</a>"
fullMessage: "{{ errorMessage }} Du tust uns einen großen Gefallen, wenn Du es hier meldest: <a href='mailto:[email protected]'>[email protected]</a>"
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.'
Expand Down
2 changes: 1 addition & 1 deletion marketplace-ui/src/assets/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href='mailto:{email}'>[email protected]</a>"
fullMessage: "{{ errorMessage }} You would be doing us a great favor by reporting it here: <a href='mailto:[email protected]'>[email protected]</a>"
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.'
Expand Down

0 comments on commit c77e787

Please sign in to comment.