Skip to content

Commit

Permalink
fix(computeruniverse): false positives (jef#1698)
Browse files Browse the repository at this point in the history
Add additional out of stock message
  • Loading branch information
wofnull authored and erwinc1 committed Mar 31, 2021
1 parent 38b725b commit db746ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/store/model/computeruniverse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export const Computeruniverse: Store = {
},
outOfStock: {
container: '.availability',
text: ['nicht verf眉gbar']
text: [
'nicht verf眉gbar',
'liefertermin hat erhebliche schwankungen'
]
}
},
links: [
Expand Down

0 comments on commit db746ae

Please sign in to comment.