gmammar fix
This commit is contained in:
parent
32742cd935
commit
88f139d20d
@ -41,13 +41,13 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Bill marked as received successfully!',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets receive.',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Send on :date',
|
||||
'received' => 'Received on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
|
@ -52,7 +52,7 @@ return [
|
||||
'created' => 'Created on :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Send on :date',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
|
Loading…
x
Reference in New Issue
Block a user