1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

[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

View File

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