Skip to content

Commit

Permalink
Fixed translation label ("Pagination Navigation") (#34568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Sep 28, 2020
1 parent f4867e6 commit e63abd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if ($paginator->hasPages())
<nav role="navigation" aria-label="Pagination Navigation" class="flex items-center justify-between">
<nav role="navigation" aria-label="{{ __('Pagination Navigation') }}" class="flex items-center justify-between">
<div class="flex justify-between flex-1 sm:hidden">
@if ($paginator->onFirstPage())
<span class="relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-500 bg-white border border-gray-300 cursor-default leading-5 rounded-md">
Expand Down

0 comments on commit e63abd8

Please sign in to comment.