Fix pagination translation

This commit is contained in:
Jonas Staudenmeir 2018-09-03 20:10:00 +02:00
parent 289b145731
commit d44d5eb609
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
|
*/
'previous' => '« Previous',
'next' => 'Next »',
'previous' => '« Previous',
'next' => 'Next »',
];