diff options
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> |
