FleetCart/Modules/Order/Resources/lang/en/messages.php
2023-12-03 14:07:47 +00:00

7 lines
145 B
PHP

<?php
return [
'status_updated' => 'Order status has been updated',
'invoice_sent' => 'Invoice has been sent to the customer',
];