@ikas/storefront-assets 4.0.0-alpha.34 → 4.0.0-alpha.35
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 +2 -3
- package/checkout/tr.js +2 -3
- package/package.json +1 -1
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
|
|
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
|
|
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
|
},
|