Skip to content

Commit

Permalink
chg: [inbox] changed user field's column name to "to"
Browse files Browse the repository at this point in the history
- it was confusing what was meant
  • Loading branch information
iglocska committed May 15, 2024
1 parent c257673 commit 30fb9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Inbox/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'data_path' => 'origin',
],
[
'name' => 'user',
'name' => __('to'),
'sort' => 'Inbox.user_id',
'data_path' => 'user',
'element' => 'user'
Expand Down

0 comments on commit 30fb9b0

Please sign in to comment.