Skip to content

Commit 13a9ec3

Browse files
committed
localizable
1 parent bf1eef4 commit 13a9ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Pagination/resources/views/tailwind.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
2626
<div>
2727
<p class="text-sm text-gray-700 leading-5">
28-
Showing
28+
{!! __('Showing') !!}
2929
<span class="font-medium">{{ $paginator->firstItem() }}</span>
30-
to
30+
{!! __('to') !!}
3131
<span class="font-medium">{{ $paginator->lastItem() }}</span>
32-
of
32+
{!! __('of') !!}
3333
<span class="font-medium">{{ $paginator->total() }}</span>
34-
results
34+
{!! __('results') !!}
3535
</p>
3636
</div>
3737

0 commit comments

Comments
 (0)