Skip to content

Commit 930255e

Browse files
committed
Merge branch 'develop'
2 parents 425521a + 5eb18f4 commit 930255e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/nl/invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
/*
55
|--------------------------------------------------------------------------
6-
| Norwegian Invoice Language Lines
6+
| Dutch Invoice Language Lines
77
| Factuur Taal Lijnen
88
|--------------------------------------------------------------------------
99
*/

src/InvoiceServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot()
2828
protected function registerResources()
2929
{
3030
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'invoices');
31-
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'invoices');
31+
$this->loadTranslationsFrom(__DIR__ . '/../lang', 'invoices');
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)