You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
320 B
9 lines
320 B
<?php
|
|
|
|
return [
|
|
'projects' => [
|
|
'project_created' => 'Project created: <strong>:name</strong> new <strong>:user</strong>.',
|
|
'project_updated' => 'Project data <strong>:name</strong> updated by <strong>:user</strong>.',
|
|
'job_deleted' => 'Job deleted by <strong>:user</strong>.',
|
|
],
|
|
];
|