updated pagination

This commit is contained in:
denisdulici
2019-12-24 17:53:18 +03:00
parent c2ab89f68e
commit fc01d13abc
23 changed files with 24 additions and 26 deletions

View File

@ -4,6 +4,7 @@ return [
'previous' => '« Previous',
'next' => 'Next »',
'showing' => ':first-:last of :total :type.',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];