Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MydealsBridge] Fix keyword search #3794

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bridges/MydealsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down Expand Up @@ -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'
Expand Down