i18n update

This commit is contained in:
mercury
2023-04-12 11:03:26 +04:00
parent 252d555374
commit 377611c4f1
+1 -1
View File
@@ -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",
],
];