mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
fix(nvidia): update inStock text (#1850)
Co-authored-by: ssaddique <ssaddique@axway.com>
This commit is contained in:
@@ -5,7 +5,7 @@ export const NvidiaDE: Store = {
|
|||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
text: ['In den Einkaufswagen'],
|
text: ['In den Einkaufswagen', 'JETZT KAUFEN'],
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export const NvidiaES: Store = {
|
|||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
text: ['Añadir al carrito'],
|
text: ['Añadir al carrito', 'COMPRAR AHORA'],
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export const NvidiaFR: Store = {
|
|||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
text: ['ajouter au panier'],
|
text: ['ajouter au panier', 'acheter maintenant'],
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
|
|||||||
Reference in New Issue
Block a user