From b47450cd258722bb5ccfaaeace61d81d745bf4d5 Mon Sep 17 00:00:00 2001 From: mercury Date: Fri, 7 Oct 2022 20:11:40 +0400 Subject: [PATCH] internationalization --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 213a05b..d166c52 100644 --- a/app/bot.php +++ b/app/bot.php @@ -367,7 +367,7 @@ class Bot $this->update( $this->input['chat'], $this->input['message_id'], - "Сбросить?", + "Reset settings?", $data, ); }