notificationservice/resources/lang/en/errors.php

8 lines
308 B
PHP
Raw Normal View History

2020-08-04 19:45:12 +00:00
<?php
return [
'model_not_found' => 'Does not exist any instance of :model with given id',
'unexpected_error'=> 'Unexpected error. Try later',
'service_unavailable' => 'Service unavailable',
"phone_already_associated" => "You already have a phone associated . Do you want to change it ?",
2020-08-04 19:45:12 +00:00
];