Update translations

This commit is contained in:
James Cole
2023-11-15 06:32:41 +01:00
parent 67ef185a72
commit 8f26bbdaa0
35 changed files with 240 additions and 248 deletions

View File

@@ -88,8 +88,8 @@ abstract class Controller extends BaseController
if ($page < 1) {
$page = 1;
}
if ($page > 2** 16) {
$page = 2** 16;
if ($page > 2 ** 16) {
$page = 2 ** 16;
}
$bag->set('page', $page);