ui.shipaid.com 0.3.180 → 0.3.181
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/dist/widget.es.js +5 -5
- package/dist/widget.iife.js +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2850,7 +2850,7 @@ const defaultLangFile = {
|
|
|
2850
2850
|
"continue-without": "Continue without delivery guarantee"
|
|
2851
2851
|
},
|
|
2852
2852
|
aria: {
|
|
2853
|
-
shipping: "Shipping
|
|
2853
|
+
shipping: "Shipping Guarantee"
|
|
2854
2854
|
}
|
|
2855
2855
|
},
|
|
2856
2856
|
"add-cart-plus": {
|
|
@@ -2859,20 +2859,20 @@ const defaultLangFile = {
|
|
|
2859
2859
|
"protected": "Guaranteed"
|
|
2860
2860
|
},
|
|
2861
2861
|
buttons: {
|
|
2862
|
-
primary: "Add to cart + shipping
|
|
2862
|
+
primary: "Add to cart + shipping guarantee",
|
|
2863
2863
|
"primary-protected": "ADD TO CART+ Guaranteed",
|
|
2864
2864
|
loading: "Adding...",
|
|
2865
2865
|
"not-protected": "Add to cart — not guaranteed"
|
|
2866
2866
|
},
|
|
2867
2867
|
aria: {
|
|
2868
|
-
shipping: "Shipping
|
|
2868
|
+
shipping: "Shipping Guarantee"
|
|
2869
2869
|
}
|
|
2870
2870
|
},
|
|
2871
2871
|
"impact-activated": {
|
|
2872
|
-
title: "
|
|
2872
|
+
title: "Guarantee",
|
|
2873
2873
|
"green-protection-title": " | 1 Tree",
|
|
2874
2874
|
"free-gift-title": " | Free Gift",
|
|
2875
|
-
"title-checkout-plus": "
|
|
2875
|
+
"title-checkout-plus": "Guarantee | Free Gift",
|
|
2876
2876
|
description: "in case of Loss, Damage or Theft"
|
|
2877
2877
|
}
|
|
2878
2878
|
};
|