-
{{ trans('dashboard.overdue_bills') }}
+
{{ trans('widgets.overdue_bills') }}
@money($amounts['overdue'], setting('default.currency'), true)
diff --git a/resources/views/sales/customers/show.blade.php b/resources/views/sales/customers/show.blade.php
index 8f3838020..feae0a238 100644
--- a/resources/views/sales/customers/show.blade.php
+++ b/resources/views/sales/customers/show.blade.php
@@ -68,7 +68,7 @@
-
{{ trans('dashboard.open_invoices') }}
+
{{ trans('widgets.open_invoices') }}
@money($amounts['open'], setting('default.currency'), true)
@@ -82,7 +82,7 @@
-
{{ trans('dashboard.overdue_invoices') }}
+
{{ trans('widgets.overdue_invoices') }}
@money($amounts['overdue'], setting('default.currency'), true)