chg: [inbox] changed user field's column name to "to"

- it was confusing what was meant
pull/116/merge
iglocska 2024-05-15 11:25:31 +02:00
parent c257673536
commit 30fb9b0c14
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
'data_path' => 'origin',
],
[
'name' => 'user',
'name' => __('to'),
'sort' => 'Inbox.user_id',
'data_path' => 'user',
'element' => 'user'