13 lines
170 B
PHP
13 lines
170 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
// chat component
|
|
'chat' => [
|
|
'messages' => [
|
|
'welcome' => 'Select a conversation to start messaging',
|
|
|
|
],
|
|
],
|
|
];
|