gmammar fix
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user