From 57b61c8787b7946c674a06e76699baff94931f7e Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Thu, 9 Nov 2023 10:16:34 +0100 Subject: [PATCH] [MydealsBridge] Fix keyword seatch (#3794) When no result were found using the keyword search, some random deals were displayed because the "not found" text has been modified : the text is now up to date. Some type in the textual name of the Bridge and texte about the website name was fixed --- bridges/MydealsBridge.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridges/MydealsBridge.php b/bridges/MydealsBridge.php index 0ef9c201..de702583 100644 --- a/bridges/MydealsBridge.php +++ b/bridges/MydealsBridge.php @@ -2,9 +2,9 @@ class MydealsBridge extends PepperBridgeAbstract { - const NAME = 'Mydeals bridge'; + const NAME = 'Mydealz bridge'; const URI = 'https://www.mydealz.de/'; - const DESCRIPTION = 'Zeigt die Deals von mydeals.de'; + const DESCRIPTION = 'Zeigt die Deals von mydealz.de'; const MAINTAINER = 'sysadminstory'; const PARAMETERS = [ 'Suche nach Stichworten' => [ @@ -2023,7 +2023,7 @@ class MydealsBridge extends PepperBridgeAbstract 'uri-deal' => 'deals/', 'request-error' => 'Could not request mydeals', 'thread-error' => 'Die ID der Diskussion kann nicht ermittelt werden. Überprüfen Sie die eingegebene URL', - 'no-results' => 'Ups, wir konnten keine Deals zu', + 'no-results' => 'Ups, wir konnten nichts', 'relative-date-indicator' => [ 'vor', 'seit'