Skip to content

Commit f260beb

Browse files
authored
refactor: add pagination shorter lang (#564)
1 parent 4124366 commit f260beb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/lang/en/generic.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
'type' => 'Type',
1313

1414
'pagination' => [
15-
'current_to' => 'Page :currentPage of :lastPage',
15+
'current_to' => 'Page :currentPage of :lastPage',
16+
'current_to_short' => ':currentPage of :lastPage',
1617
],
1718

1819
'upload' => [

0 commit comments

Comments
 (0)