gmammar fix

This commit is contained in:
cuneytsenturk 2018-10-29 18:58:08 +03:00
parent 32742cd935
commit 88f139d20d
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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',