mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +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: {
|
||||
inStock: {
|
||||
container: '.buy',
|
||||
text: ['In den Einkaufswagen'],
|
||||
text: ['In den Einkaufswagen', 'JETZT KAUFEN'],
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.buy',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user