status is renamed to statuses in line with code
This commit is contained in:
@ -35,7 +35,7 @@ return [
|
||||
'receive_bill' => 'Taka á móti reikningi',
|
||||
'make_payment' => 'Greiða',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Uppkast',
|
||||
'received' => 'Móttekið',
|
||||
'partial' => 'Hluta',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'get_paid' => 'Fá greitt',
|
||||
'accept_payments' => 'Taka á moti netgreiðslu',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Uppkast',
|
||||
'sent' => 'Sent',
|
||||
'viewed' => 'Skoðað',
|
||||
|
Reference in New Issue
Block a user