Skip to content

Commit 3f1d5f9

Browse files
royduinactions-user
authored andcommitted
Apply fixes from Duster
1 parent a142916 commit 3f1d5f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lang/nl/frontend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
'sorting' => [
3333
'price' => [
34-
'asc' => 'Prijs oplopend',
34+
'asc' => 'Prijs oplopend',
3535
'desc' => 'Prijs aflopend',
3636
],
3737
'name' => [
38-
'asc' => 'Naam A-Z',
38+
'asc' => 'Naam A-Z',
3939
'desc' => 'Naam Z-A',
4040
],
4141
],

src/RapidezServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected function bootPublishables(): self
123123
// by default and; you should keep everyting in one place: /lang/nl.json
124124
foreach (['en', 'nl'] as $lang) {
125125
$this->publishes([
126-
__DIR__ . '/../lang/' . $lang . '/frontend.php' => lang_path('vendor/rapidez/' . $lang .'/frontend.php'),
126+
__DIR__ . '/../lang/' . $lang . '/frontend.php' => lang_path('vendor/rapidez/' . $lang . '/frontend.php'),
127127
], 'rapidez-translations');
128128
}
129129

0 commit comments

Comments
 (0)