Skip to content

Commit

Permalink
Merge branch 'next-36145/auto-imported-from-github' into 'trunk'
Browse files Browse the repository at this point in the history
NEXT-36145 - Add missing violation snippet for email at path /account/register

See merge request shopware/6/product/platform!13853
  • Loading branch information
mstegmeyer committed May 16, 2024
2 parents b4acddd + e00b907 commit 009707a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"VIOLATION::CUSTOMER_PASSWORD_NOT_CORRECT": "Das Passwort ist nicht korrekt.",
"VIOLATION::VAT_ID_FORMAT_NOT_CORRECT": "Die eingegebene USt-IdNr. entspricht nicht der erwarteten Struktur",
"VIOLATION::ZIP_CODE_INVALID": "Die eingegebene Postleitzahl hat nicht das richtige Format.",
"VIOLATION::INVALID_FORMAT_ERROR": "Die eingegebene E-Mail-Adresse entspricht nicht der erwarteten Struktur.",
"message-default": "Leider ist etwas schief gelaufen",
"message-404": "Die angeforderte Seite kann nicht gefunden werden.",
"addToCartError": "Beim Hinzufügen zum Warenkorb ist ein Fehler aufgetreten.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"VIOLATION::CUSTOMER_PASSWORD_NOT_CORRECT": "Password incorrect.",
"VIOLATION::VAT_ID_FORMAT_NOT_CORRECT": "The VAT Reg.No. you have entered does not have the correct format.",
"VIOLATION::ZIP_CODE_INVALID": "The postal code you have entered does not have the correct format.",
"VIOLATION::INVALID_FORMAT_ERROR": "The email you have entered does not have the correct format.",
"message-default": "Unfortunately, something went wrong.",
"message-404": "The requested page cannot be found.",
"addToCartError": "An error occurred while trying to add items to the shopping cart.",
Expand Down

0 comments on commit 009707a

Please sign in to comment.