gmammar fix
This commit is contained in:
parent
32742cd935
commit
88f139d20d
@ -41,13 +41,13 @@ return [
|
|||||||
|
|
||||||
'messages' => [
|
'messages' => [
|
||||||
'received' => 'Bill marked as received successfully!',
|
'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' => [
|
'status' => [
|
||||||
'created' => 'Created on :date',
|
'created' => 'Created on :date',
|
||||||
'receive' => [
|
'receive' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Not sent',
|
||||||
'received' => 'Send on :date',
|
'received' => 'Received on :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'Awaiting payment',
|
||||||
|
@ -52,7 +52,7 @@ return [
|
|||||||
'created' => 'Created on :date',
|
'created' => 'Created on :date',
|
||||||
'send' => [
|
'send' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Not sent',
|
||||||
'sent' => 'Send on :date',
|
'sent' => 'Sent on :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'Awaiting payment',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user