Skip to content

Commit c445359

Browse files
authored
Fix typo and copy-paste error (Part-DB#942)
1 parent b8d5b83 commit c445359

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Services/InfoProviderSystem/Providers/PollinProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public function getProviderInfo(): array
4949
{
5050
return [
5151
'name' => 'Pollin',
52-
'description' => 'Webscrapping from pollin.de to get part information',
53-
'url' => 'https://www.reichelt.de/',
52+
'description' => 'Webscraping from pollin.de to get part information',
53+
'url' => 'https://www.pollin.de/',
5454
'disabled_help' => 'Set PROVIDER_POLLIN_ENABLED env to 1'
5555
];
5656
}

src/Services/InfoProviderSystem/Providers/ReicheltProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getProviderInfo(): array
5757
{
5858
return [
5959
'name' => 'Reichelt',
60-
'description' => 'Webscrapping from reichelt.com to get part information',
60+
'description' => 'Webscraping from reichelt.com to get part information',
6161
'url' => 'https://www.reichelt.com/',
6262
'disabled_help' => 'Set PROVIDER_REICHELT_ENABLED env to 1'
6363
];

0 commit comments

Comments
 (0)