diff --git a/resources/views/common/items/create.blade.php b/resources/views/common/items/create.blade.php index 647279ccd..20397134d 100644 --- a/resources/views/common/items/create.blade.php +++ b/resources/views/common/items/create.blade.php @@ -108,7 +108,7 @@ }, language: { noResults: function () { - return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; + return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; } } }); diff --git a/resources/views/common/items/edit.blade.php b/resources/views/common/items/edit.blade.php index 2c998f010..25f43f2b2 100644 --- a/resources/views/common/items/edit.blade.php +++ b/resources/views/common/items/edit.blade.php @@ -97,7 +97,7 @@ }, language: { noResults: function () { - return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; + return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; } } }); diff --git a/resources/views/incomes/invoices/create.blade.php b/resources/views/incomes/invoices/create.blade.php index c21119f06..f81940572 100644 --- a/resources/views/incomes/invoices/create.blade.php +++ b/resources/views/incomes/invoices/create.blade.php @@ -223,7 +223,7 @@ }, language: { noResults: function () { - return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; + return ' {{ trans('general.title.new', ['type' => trans_choice('general.tax_rates', 1)]) }}'; } } });