mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
(Update) fine tune translation 🌎
This commit is contained in:
@@ -46,10 +46,10 @@ class RequestFacetedRepository
|
||||
public function sorting()
|
||||
{
|
||||
return [
|
||||
'created_at' => 'Date',
|
||||
'name' => 'Name',
|
||||
'bounty' => 'Bounty',
|
||||
'votes' => 'Votes',
|
||||
'created_at' => trans('torrent.date'),
|
||||
'name' => trans('torrent.name'),
|
||||
'bounty' => trans('request.bounty'),
|
||||
'votes' => trans('request.votes'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user