diff --git a/app/bot.php b/app/bot.php
index cdbc406..dd04130 100644
--- a/app/bot.php
+++ b/app/bot.php
@@ -359,7 +359,7 @@ class Bot
];
$data[] = [
[
- 'text' => $this->i18n('setSecret') . ($s ? ": $s" : ''),
+ 'text' => $this->i18n('setSecret'),
'callback_data' => "/setSecret",
],
];
diff --git a/app/i18n.php b/app/i18n.php
index fa9f070..9e7a562 100644
--- a/app/i18n.php
+++ b/app/i18n.php
@@ -231,7 +231,7 @@ $i = [
],
'setSecret' => [
'en' => 'setSecret',
- 'ru' => 'установить ключ',
+ 'ru' => 'установить свой ключ',
],
'defaultDNS' => [
'en' => 'defaultDNS',
diff --git a/version b/version
index 9dbb9ca..6e18492 100644
--- a/version
+++ b/version
@@ -1,3 +1,5 @@
+18.06.2023 изменение меню MTProto
+git pull
16.06.2023 время пира в абсолютном формате
git pull
16.06.2023