Small edits to buttons and others. [skip ci]

This commit is contained in:
James Cole
2015-05-14 11:31:54 +02:00
parent 5cc7966d54
commit eb687333bb
11 changed files with 83 additions and 38 deletions

View File

@@ -2,18 +2,18 @@
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '« Previous',
'next' => 'Next »',
'previous' => '« Previous',
'next' => 'Next »',
];