status is renamed to statuses in line with code
This commit is contained in:
@ -35,7 +35,7 @@ return [
|
||||
'receive_bill' => 'Příjem faktury',
|
||||
'make_payment' => 'Platba faktury',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Koncept',
|
||||
'received' => 'Přijato',
|
||||
'partial' => 'Částečně',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'get_paid' => 'Uhrazení faktury',
|
||||
'accept_payments' => 'Přijímat online platby',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Koncept',
|
||||
'sent' => 'Odesláno',
|
||||
'viewed' => 'Zobrazeno',
|
||||
|
Reference in New Issue
Block a user