status is renamed to statuses in line with code
This commit is contained in:
@ -32,7 +32,7 @@ return [
|
||||
'download_pdf' => 'Tải PDF',
|
||||
'send_mail' => 'Gửi email',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Bản nháp',
|
||||
'received' => 'Đã nhận',
|
||||
'partial' => 'Một phần',
|
||||
|
@ -33,7 +33,7 @@ return [
|
||||
'send_mail' => 'Gửi Email',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Bản nháp',
|
||||
'sent' => 'Đã gửi',
|
||||
'viewed' => 'Đã xem',
|
||||
|
Reference in New Issue
Block a user