fix(nvidia): update inStock text (#1850)

Co-authored-by: ssaddique <ssaddique@axway.com>
This commit is contained in:
Yildirim
2021-02-02 20:25:09 +00:00
committed by GitHub
parent 329318427f
commit 4f57df016b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const NvidiaDE: Store = {
labels: {
inStock: {
container: '.buy',
text: ['In den Einkaufswagen'],
text: ['In den Einkaufswagen', 'JETZT KAUFEN'],
},
outOfStock: {
container: '.buy',
+1 -1
View File
@@ -5,7 +5,7 @@ export const NvidiaES: Store = {
labels: {
inStock: {
container: '.buy',
text: ['Añadir al carrito'],
text: ['Añadir al carrito', 'COMPRAR AHORA'],
},
outOfStock: {
container: '.buy',
+1 -1
View File
@@ -5,7 +5,7 @@ export const NvidiaFR: Store = {
labels: {
inStock: {
container: '.buy',
text: ['ajouter au panier'],
text: ['ajouter au panier', 'acheter maintenant'],
},
outOfStock: {
container: '.buy',