diff --git a/app/bot.php b/app/bot.php index d221b01..2c9f64a 100644 --- a/app/bot.php +++ b/app/bot.php @@ -2918,7 +2918,7 @@ DNS-over-HTTPS with IP: 'callback_data' => "/menu lang", ], [ - 'text' => "{$this->i18n('page')}: {$conf['limitpage']}", + 'text' => "{$this->i18n('page')}: " . ($conf['limitpage'] ?: 5), 'callback_data' => "/enterPage", ], [