mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
[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
This commit is contained in:
parent
7a7fa876d2
commit
57b61c8787
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue