status is renamed to statuses in line with code
This commit is contained in:
@ -35,7 +35,7 @@ return [
|
||||
'receive_bill' => '계산서를 받음',
|
||||
'make_payment' => '지불',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => '초안',
|
||||
'received' => '수신됨',
|
||||
'partial' => '부분',
|
||||
|
@ -36,7 +36,7 @@ return [
|
||||
'send_invoice' => '청구서 전송',
|
||||
'get_paid' => '돈을 받음',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => '초안',
|
||||
'sent' => '보낸 메시지',
|
||||
'viewed' => '읽음',
|
||||
|
Reference in New Issue
Block a user