FleetCart/Modules/Order/Resources/lang/en/messages.php
2023-06-11 13:14:03 +01:00

7 lines
147 B
PHP

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