improve menu MTProto
This commit is contained in:
+1
-1
@@ -359,7 +359,7 @@ class Bot
|
||||
];
|
||||
$data[] = [
|
||||
[
|
||||
'text' => $this->i18n('setSecret') . ($s ? ": $s" : ''),
|
||||
'text' => $this->i18n('setSecret'),
|
||||
'callback_data' => "/setSecret",
|
||||
],
|
||||
];
|
||||
|
||||
+1
-1
@@ -231,7 +231,7 @@ $i = [
|
||||
],
|
||||
'setSecret' => [
|
||||
'en' => 'setSecret',
|
||||
'ru' => 'установить ключ',
|
||||
'ru' => 'установить свой ключ',
|
||||
],
|
||||
'defaultDNS' => [
|
||||
'en' => 'defaultDNS',
|
||||
|
||||
Reference in New Issue
Block a user