Skip to content

Commit

Permalink
chore(alternate): add new oos label (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
SquallHalle committed Apr 22, 2021
1 parent 3c00eca commit 5937d01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/alternate.ts
Expand Up @@ -25,6 +25,10 @@ export const Alternate: Store = {
container: 'span.d-flex > b:nth-child(1)',
text: ['Artikel kann nicht gekauft werden'],
},
{
container: 'div.col-12 > div:nth-child(1)',
text: ['Artikel kann derzeit nicht gekauft werden'],
},
],
},
links: [
Expand Down

0 comments on commit 5937d01

Please sign in to comment.