Update application/language/id/pagination.php
Replaced 'next' translation with the correct word.
This commit is contained in:
parent
f25d09dd07
commit
3411d97417
|
@ -14,6 +14,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'previous' => '« Sebelumnya',
|
'previous' => '« Sebelumnya',
|
||||||
'next' => 'Selanjutnya »',
|
'next' => 'Berikutnya »',
|
||||||
|
|
||||||
);
|
);
|
Loading…
Reference in New Issue