1
0
Fork 0
mirror of https://github.com/archtechx/airwire-demo.git synced 2025-12-12 00:24:03 +00:00
airwire-demo/resources/lang/en/reports.php
2021-05-21 18:38:26 +02:00

6 lines
148 B
PHP

<?php
return [
'created' => 'The report :name has been created with id :id!',
'status_changed' => 'The status was changed to :status!',
];