FleetCart/Modules/Order/Resources/lang/en/messages.php

7 lines
147 B
PHP
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'status_updated' => 'Order status has been updated.',
'invoice_sent' => 'Invoice has been sent to the customer.',
];