improve on/off on paclist

This commit is contained in:
mercury
2024-04-15 13:49:14 +04:00
parent c3e850b102
commit 913f75b4a8
+1 -1
View File
@@ -3102,7 +3102,7 @@ DNS-over-HTTPS with IP:
foreach ($domains as $k => $v) {
$data[] = [
[
'text' => '(' . ($v ? 'ON' : 'OFF') . ') ' . idn_to_utf8($k),
'text' => $this->i18n($v ? 'on' : 'off') . ' ' . idn_to_utf8($k),
'callback_data' => "/change$type {$k}_{$this->limit}",
],
[