diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 14:34:12 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 14:34:12 +0300 |
| commit | b09f52357ccd84f201b600079577051f7ba0473a (patch) | |
| tree | be7cf36a9a6fe9f60a1a76e484f458dc31c7cf43 /web/html/xui/settings.html | |
| parent | ac08e8674782c735e544a02251c5aa392fa7d767 (diff) | |
update block and direct connection
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index f2462518..803459a0 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -380,14 +380,14 @@ </a-col> </a-row> <a-collapse v-if="enableDirect" style="margin-top: 14px;"> - <a-collapse-panel header='Geo IP'> + <a-collapse-panel header='{{ i18n "pages.xray.directips"}}'> <a-list-item style="padding: 10px 20px"> - <a-checkbox-group v-model="geoIP" name="Geo IP" :options="geoIPOptions"></a-checkbox-group> + <a-checkbox-group v-model="geoIP" :options="geoIPOptions"></a-checkbox-group> </a-list-item> </a-collapse-panel> - <a-collapse-panel header='Geo Site'> + <a-collapse-panel header='{{ i18n "pages.xray.directdomains"}}'> <a-list-item style="padding: 10px 20px"> - <a-checkbox-group v-model="geoSite" name="Geo Site" :options="geoSiteOptions"></a-checkbox-group> + <a-checkbox-group v-model="geoSite" :options="geoSiteOptions"></a-checkbox-group> </a-list-item> </a-collapse-panel> </a-collapse> |
