mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix(computeruniverse): false positives (#1698)
Add additional out of stock message
This commit is contained in:
@@ -17,7 +17,10 @@ export const Computeruniverse: Store = {
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.availability',
|
||||
text: ['nicht verfügbar']
|
||||
text: [
|
||||
'nicht verfügbar',
|
||||
'liefertermin hat erhebliche schwankungen'
|
||||
]
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user