Skip to content

Commit ca9da19

Browse files
committed
[Twitch] Fix issues with limit on hosts route
1 parent 576cf6f commit ca9da19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/TwitchController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ public function hosts(Request $request, $hosts = null, $channel = null)
11471147

11481148
$names = array_slice($hostList, 0, $limit);
11491149
$others = count($hostList) - $limit;
1150-
$text = __('twitch.multiple_hosts', [
1150+
$text = trans_choice('twitch.multiple_hosts', $others, [
11511151
'channels' => implode($separator, $names),
11521152
'amount' => $others,
11531153
]);

0 commit comments

Comments
 (0)