@ikas/storefront-assets 4.15.0-beta.76 → 4.15.0-beta.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/checkout/de.js CHANGED
@@ -268,7 +268,6 @@ module.exports = {
268
268
  errorCustomerAccountDisabled:
269
269
  "Um dieses Konto zu nutzen, kontaktieren Sie uns.",
270
270
  errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
271
- errorInvalidEmail: "Bitte geben Sie eine gültige E-Mail ein.",
272
271
  errorPayment:
273
272
  "Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",
274
273
  errorStockTitle: "Lagerbestand aktualisiert!",
package/checkout/en.js CHANGED
@@ -266,7 +266,6 @@ module.exports = {
266
266
  "This e-mail address belongs to a registered user. Please login to your account.",
267
267
  errorCustomerAccountDisabled: "To use this account, contact us.",
268
268
  errorNoShipping: "Your region is not available for shipping.",
269
- errorInvalidEmail: "Please enter a valid e-mail.",
270
269
  errorPayment:
271
270
  "Your payment could not be received. Please check your information and try again.",
272
271
  errorStockTitle: "Stock Update!",
package/checkout/fr.js CHANGED
@@ -243,7 +243,6 @@ module.exports = {
243
243
  "Il existe un compte enregistré pour cette adresse e-mail. Veuillez vous connecter à votre compte.",
244
244
  errorCustomerAccountDisabled: "Pour utiliser ce compte, contactez-nous.",
245
245
  errorNoShipping: "Il n'y a pas de livraison à votre emplacement.",
246
- errorInvalidEmail: "Veuillez saisir un e-mail valide.",
247
246
  errorPayment:
248
247
  "Votre paiement n'a pas pu être reçu. Veuillez vérifier vos informations et réessayer.",
249
248
  errorStockTitle: "Stocks mis à jour !",
package/checkout/tr.js CHANGED
@@ -267,7 +267,6 @@ module.exports = {
267
267
  errorCustomerAccountDisabled:
268
268
  "Bu hesabı kullanmak için bizimle iletişime geçin.",
269
269
  errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
270
- errorInvalidEmail: "Lütfen geçerli bir e-posta giriniz.",
271
270
  errorPayment:
272
271
  "Ödemeniz alınamadı. Lütfen bilgilerinizi kontrol edip tekrar deneyin.",
273
272
  errorStockTitle: "Stoklar Güncellendi!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.15.0-beta.76",
3
+ "version": "4.15.0-beta.78",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",