Skip to content

Commit

Permalink
fix(store): update out of stock detection for MediaMarkt and Saturn
Browse files Browse the repository at this point in the history
  • Loading branch information
X123Moin committed Dec 29, 2020
1 parent ca1564e commit d426502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/store/model/mediamarkt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const Mediamarkt: Store = {
outOfStock: [
{
container: '#root',
text: ['Dieser artikel ist aktuell nicht verf眉gbar.']
text: ['Ausverkauft']
},
{
container: '#root',
text: ['Leider keine Lieferung m枚glich']
text: ['Nicht verf眉gbar']
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions src/store/model/saturn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const Saturn: Store = {
outOfStock: [
{
container: '#root',
text: ['Dieser artikel ist aktuell nicht verf眉gbar.']
text: ['Ausverkauft']
},
{
container: '#root',
text: ['Leider keine Lieferung m枚glich']
text: ['Nicht verf眉gbar']
}
]
},
Expand Down

0 comments on commit d426502

Please sign in to comment.