Skip to content

Commit

Permalink
use @choice for result|results
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott authored and romanzipp committed Jul 17, 2023
1 parent 078db87 commit 0a86f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class="w-64 text-xs p-1 border rounded"
<span class="font-medium">{{ $jobs->firstItem() }}</span> @lang('to')
<span class="font-medium">{{ $jobs->lastItem() }}</span> @lang('of')
@endif
<span class="font-medium">{{ $jobs->total() }}</span> @lang('results')
<span class="font-medium">{{ $jobs->total() }}</span> @choice('result|results', $jobs->total())
</div>

<div>
Expand Down

0 comments on commit 0a86f6e

Please sign in to comment.