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.
10 lines
419 B
10 lines
419 B
<?php
|
|
|
|
return [
|
|
'header' => 'Install <span class="text-primary">'.config('app.name').'</span>',
|
|
'agency_info_text' => 'Please fill form below to create your Agency.',
|
|
'admin_info_text' => 'Please fill form below to create an Administrator Account.',
|
|
'admin_name' => 'Administrator Name',
|
|
'admin_email' => 'Administrator Email',
|
|
'button' => 'Install Free PMO',
|
|
];
|