diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index f6beeec..f1e0658 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Mediamarkt: Store = { labels: { + captcha: { + container: 'body', + text: ['Das ging uns leider zu schnell.'] + }, maxPrice: { container: 'span[font-family="price"]', euroFormat: false diff --git a/src/store/model/saturn.ts b/src/store/model/saturn.ts index 0d13737..b60ca39 100644 --- a/src/store/model/saturn.ts +++ b/src/store/model/saturn.ts @@ -2,6 +2,10 @@ import {Store} from './store'; export const Saturn: Store = { labels: { + captcha: { + container: 'body', + text: ['Das ging uns leider zu schnell.'] + }, maxPrice: { container: 'span[font-family="price"]', euroFormat: false // Note: Saturn uses non-euroFromat as price seperator