(Update) fine tune translation 🌎

This commit is contained in:
Morgan Wong
2019-05-17 04:39:48 +08:00
committed by GitHub
parent 90aaa2b618
commit 63e12b6d4b
@@ -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'),
];
}