Edit File: ticket.php
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication for various | messages that we need to display to the user. You are free to modify | these language lines according to your application's requirements. | */ 'successfully_created' => 'The complaint has been sent successfully.', 'successfully_canceled' => 'The complaint has been canceled successfully.', 'successfully_evaluated' => 'The complaint has been evaluated successfully.', 'open' => 'Open', 'inprogress' => 'Inprogress', 'finished' => 'Finished', 'canceled' => 'Canceled', 'not_available' => 'This complaint is not available.', ];
Back to File Manager