diff --git a/app/bot.php b/app/bot.php index 8417e49..bfa8d31 100644 --- a/app/bot.php +++ b/app/bot.php @@ -1600,7 +1600,7 @@ DNS-over-HTTPS with IP: $text = "Menu -> pac -> {$name}list\n\n"; $data[] = [ [ - 'text' => 'add', + 'text' => $this->i18n('add'), 'callback_data' => "/$name $count", ], ];