status is renamed to statuses in line with code
This commit is contained in:
@ -32,7 +32,7 @@ return [
|
||||
'download_pdf' => 'دانلود PDF',
|
||||
'send_mail' => 'ارسال ایمیل',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'پیش نویس',
|
||||
'received' => 'دریافت شده',
|
||||
'partial' => 'جزئیات',
|
||||
|
@ -33,7 +33,7 @@ return [
|
||||
'send_mail' => 'ارسال ایمیل',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'پیش نویس',
|
||||
'sent' => 'ارسال شده',
|
||||
'viewed' => 'مشاهده شده',
|
||||
|
Reference in New Issue
Block a user