fix backup i18n

This commit is contained in:
mercury
2023-06-18 22:59:49 +04:00
parent 8a19417fe0
commit 1a2e6f088d
+1 -1
View File
@@ -2733,7 +2733,7 @@ DNS-over-HTTPS with IP:
];
$data[] = [
[
'text' => $this->i18n('backup') . ': ' . (implode(' / ', explode('/', $conf['backup'])) ?: 'off'),
'text' => $this->i18n('backup') . ': ' . (implode(' / ', explode('/', $conf['backup'])) ?: $this->i18n('off')),
'callback_data' => "/backup",
],
];