diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index a26cd6c..da87611 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -15,11 +15,23 @@ export const Mediamarkt: Store = { outOfStock: [ { container: '#root', - text: ['Dieser artikel ist aktuell nicht verfügbar.'] + text: ['Dieser Artikel ist aktuell nicht verfügbar.'] }, { container: '#root', text: ['Leider keine Lieferung möglich'] + }, + { + container: '#root', + text: ['Nicht verfügbar'] + }, + { + container: '#root', + text: ['Dieser Artikel ist dauerhaft ausverkauft'] + }, + { + container: '#root', + text: ['Dieser Artikel ist bald wieder für Sie verfügbar'] } ] }, diff --git a/src/store/model/saturn.ts b/src/store/model/saturn.ts index 3323ae0..4dcbd88 100644 --- a/src/store/model/saturn.ts +++ b/src/store/model/saturn.ts @@ -15,11 +15,23 @@ export const Saturn: Store = { outOfStock: [ { container: '#root', - text: ['Dieser artikel ist aktuell nicht verfügbar.'] + text: ['Dieser Artikel ist aktuell nicht verfügbar.'] }, { container: '#root', text: ['Leider keine Lieferung möglich'] + }, + { + container: '#root', + text: ['Nicht verfügbar'] + }, + { + container: '#root', + text: ['Dieser Artikel ist dauerhaft ausverkauft'] + }, + { + container: '#root', + text: ['Dieser Artikel ist bald wieder für Sie verfügbar'] } ] },