From 5d4f4c5b82f13f8f0e6ef288a77aaf85acbafcb8 Mon Sep 17 00:00:00 2001 From: Marc Wustrack Date: Wed, 12 Jan 2022 22:52:42 +0100 Subject: [PATCH] chore(mediamarkt, saturn): add new outOfStock message (#2850) --- src/store/model/mediamarkt-at.ts | 4 ++++ src/store/model/mediamarkt.ts | 4 ++++ src/store/model/saturn.ts | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/src/store/model/mediamarkt-at.ts b/src/store/model/mediamarkt-at.ts index a5fd580b5e..177f6fb409 100644 --- a/src/store/model/mediamarkt-at.ts +++ b/src/store/model/mediamarkt-at.ts @@ -33,6 +33,10 @@ export const MediamarktAt: Store = { container: '#root', text: ['Dieser Artikel ist bald wieder für Sie verfügbar'], }, + { + container: '#root', + text: ['Dieser Artikel ist bald wieder verfügbar'], + }, ], }, links: [ diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index 5ba348c916..d25eef581e 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -33,6 +33,10 @@ export const Mediamarkt: Store = { container: '#root', text: ['Dieser Artikel ist bald wieder für Sie verfügbar'], }, + { + container: '#root', + text: ['Dieser Artikel ist bald wieder verfügbar'], + }, ], }, links: [ diff --git a/src/store/model/saturn.ts b/src/store/model/saturn.ts index a32f141310..d7611f1ff3 100644 --- a/src/store/model/saturn.ts +++ b/src/store/model/saturn.ts @@ -33,6 +33,10 @@ export const Saturn: Store = { container: '#root', text: ['Dieser Artikel ist bald wieder für Sie verfügbar'], }, + { + container: '#root', + text: ['Dieser Artikel ist bald wieder verfügbar'], + }, ], }, links: [