12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
// chat component
|
|
'chat' => [
|
|
'messages' => [
|
|
'welcome' => 'Wähle eine Konversation aus, um zu schreiben',
|
|
],
|
|
],
|
|
];
|