status is renamed to statuses in line with code
This commit is contained in:
@ -35,7 +35,7 @@ return [
|
||||
'receive_bill' => 'Motta faktura',
|
||||
'make_payment' => 'Opprett betaling',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Utkast',
|
||||
'received' => 'Mottatt',
|
||||
'partial' => 'Delvis',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'get_paid' => 'Få betalt',
|
||||
'accept_payments' => 'Aksepter online betalinger',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Utkast',
|
||||
'sent' => 'Sendt',
|
||||
'viewed' => 'Åpnet',
|
||||
|
Reference in New Issue
Block a user