-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hoang Vu Huy
committed
Dec 19, 2024
1 parent
f1b7648
commit c77e787
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.' | ||
|