Skip to content

Commit

Permalink
fix(nvidia): update inStock text (#1850)
Browse files Browse the repository at this point in the history
Co-authored-by: ssaddique <ssaddique@axway.com>
  • Loading branch information
YiIdirim and ssaddique committed Feb 2, 2021
1 parent 3293184 commit 4f57df0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/store/model/nvidia-de.ts
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/nvidia-es.ts
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/nvidia-fr.ts
Expand Up @@ -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',
Expand Down

1 comment on commit 4f57df0

@wazerstar
Copy link

@wazerstar wazerstar commented on 4f57df0 Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YiIdirim I can confirm your commit did not work, neither for LDLC and SCAN the last couple of days.

A simple distill check did however.

https://i.imgur.com/H7BlQE8.png

Please sign in to comment.