diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-25 11:16:47 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-25 11:40:21 +0300 |
| commit | 4bea427c796d31f3f208c840de9a97a261ac47ca (patch) | |
| tree | ff1a55e8fba1b99b614b493e6d3fdd15a40f356b /web/html | |
| parent | da7e4d51d6ff62ac71c5c11eb09b9a5f8bad2426 (diff) | |
minor change
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 7cebfd1e..f2462518 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -478,7 +478,7 @@ }, ], geoIPOptions: [ - { label: 'Private IP/Domain', value: 'private' }, + { label: 'Private IP', value: 'private' }, { label: '🇮🇷 Iran', value: 'ir' }, { label: '🇨🇳 China', value: 'cn' }, { label: '🇷🇺 Russia', value: 'ru' }, |
