@ikas/storefront-assets 4.0.0-alpha.34 → 4.0.0-alpha.36

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/en.js CHANGED
@@ -178,12 +178,11 @@ module.exports = {
178
178
  checkboxLabel:
179
179
  "I want to store my card in the {{ masterpassLogo }} infrastructure.",
180
180
  cardName: "Card Name",
181
- phoneNumber: "Phone Number",
181
+ phoneNumber: "Phone",
182
182
  button: "Send Verification Code",
183
183
  },
184
184
  linkCardToClientModal: {
185
- text:
186
- "You have a card registered to Masterpass. Click OK to use your card for your shopping.",
185
+ text: "You have a card registered to Masterpass. Click OK to use your card for your shopping.",
187
186
  buttonText: "OK",
188
187
  subInfoText: "Payment process will not be made at this stage.",
189
188
  },
package/checkout/tr.js CHANGED
@@ -177,12 +177,11 @@ module.exports = {
177
177
  checkboxLabel:
178
178
  "Kartımı {{ masterPassLogo }} altyapısında saklamak istiyorum.",
179
179
  cardName: "Kart İsmi",
180
- phoneNumber: "Telefon Numarası",
180
+ phoneNumber: "Telefon",
181
181
  button: "Onay Kodu Gönder",
182
182
  },
183
183
  linkCardToClientModal: {
184
- text:
185
- "MasterPass’e kayıtlı kartınız bulunmaktadır. Kartınızı alışverişinizde kullanmak için TAMAM’a tıklayınız.",
184
+ text: "MasterPass’e kayıtlı kartınız bulunmaktadır. Kartınızı alışverişinizde kullanmak için TAMAM’a tıklayınız.",
186
185
  buttonText: "Tamam",
187
186
  subInfoText: "Bu aşamada kartınızdan tahsilat yapılmayacaktır.",
188
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.0.0-alpha.34",
3
+ "version": "4.0.0-alpha.36",
4
4
  "author": "Umut Ozan Yıldırım",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",