tethys/resources/lang/en/alerts.php

24 lines
687 B
PHP
Raw Normal View History

2018-09-06 15:58:54 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Alert Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain alert messages for various scenarios
| during CRUD operations. You are free to modify these language lines
| according to your application's requirements.
|
*/
'backend' => [
'pages' => [
'created' => 'The Page was successfully created.',
'deleted' => 'The Page was successfully deleted.',
'updated' => 'The Page was successfully updated.',
],
],
];