Listener v1.3.0 file update and change invoice, bill show draft message

This commit is contained in:
cuneytsenturk
2018-10-29 18:01:28 +03:00
parent a54000932f
commit 685ccd93aa
3 changed files with 23 additions and 43 deletions

View File

@ -41,7 +41,7 @@ return [
'messages' => [
'received' => 'Bill marked as received successfully!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts once it gets receive.',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets receive.',
'status' => [
'created' => 'Created on :date',

View File

@ -46,7 +46,7 @@ return [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
'email_required' => 'No email address for this customer!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts once it gets sent.',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',