소스 검색

fix: language localization excel customer

부모
커밋
9979ad167f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/views/Excel/Customers/Export.blade.php

+ 1
- 1
resources/views/Excel/Customers/Export.blade.php 파일 보기

@@ -14,7 +14,7 @@
14 14
             <th>#</th>
15 15
             <th>{{ __('words.date') }}</th>
16 16
             <th>{{ __('words.number') }}</th>
17
-            <th>{{ __('words.name_product') }}</th>
17
+            <th>{{ __('words.product_name') }}</th>
18 18
             <th>{{ __('words.quantity') }}</th>
19 19
             <th>{{ __('words.status') }}</th>
20 20
             <th>PPN</th>