@ikas/storefront-assets 4.1.9 → 4.1.10-beta.2

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
@@ -17,7 +17,7 @@ module.exports = {
17
17
  backToShopping: "Bestellung abschließen",
18
18
  backToCart: "Zurück zum Warenkorb",
19
19
  addToCart: "Zum Warenkorb hinzufügen",
20
- takeOutBasket: "Aus dem Korb nehmen",
20
+ updateCart: "Meinen Warenkorb Aktualisieren",
21
21
  },
22
22
  securePayment: "Sichere Bezahlung",
23
23
  alreadyHaveAnAccount: "Du hast bereits ein Konto?",
package/checkout/en.js CHANGED
@@ -17,7 +17,7 @@ module.exports = {
17
17
  backToShopping: "Back to Shopping",
18
18
  backToCart: "Back to Cart",
19
19
  addToCart: "Add to Cart",
20
- takeOutBasket: "Take Out Of The Basket",
20
+ updateCart: "Update My Cart",
21
21
  },
22
22
  securePayment: "Secure Payment",
23
23
  alreadyHaveAnAccount: "Already have an account?",
package/checkout/tr.js CHANGED
@@ -17,7 +17,7 @@ module.exports = {
17
17
  backToShopping: "Alışverişe Dön",
18
18
  backToCart: "Sepete Dön",
19
19
  addToCart: "Sepete Ekle",
20
- takeOutBasket: "Sepetten Çıkar",
20
+ updateCart: "Sepetimi Güncelle",
21
21
  },
22
22
  securePayment: "Güvenli Ödeme",
23
23
  alreadyHaveAnAccount: "Zaten hesabınız var mı?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.1.9",
3
+ "version": "4.1.10-beta.2",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",