[MydealsBridge] Fix Example value (#2728)

This commit is contained in:
Yaman Qalieh 2022-05-14 08:04:21 -04:00 committed by GitHub
parent f4a0711b62
commit f709778b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2002,8 +2002,8 @@ class MydealsBridge extends PepperBridgeAbstract {
'name' => 'URL der Diskussion',
'type' => 'text',
'required' => true,
'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123',
'exampleValue' => '://www.mydealz.de/diskussion/title-123',
'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123',
'exampleValue' => 'https://www.mydealz.de/diskussion/title-123',
),
'only_with_url' => array(
'name' => 'Kommentare ohne URL ausschließen',