diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:46:09 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-25 18:46:09 +0300 |
| commit | 31339d6bf84200a29d827156392dd662f517817c (patch) | |
| tree | f432c30f9358979fabe52cc7de0d784b2a10a994 /web | |
| parent | 8865443438358496f1d6d0002097532e58a541da (diff) | |
v1.6.1v1.6.1
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 5b42ca5d..284fdf03 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -129,7 +129,7 @@ <a-card hoverable :class="themeSwitcher.darkCardClass"> <a-row> <a-col :span="12"> - ipv4: + IPv4: <a-tooltip> <template slot="title"> [[ status.publicIP.ipv4 ]] @@ -138,7 +138,7 @@ </a-tooltip> </a-col> <a-col :span="12"> - ipv6: + IPv6: <a-tooltip> <template slot="title"> [[ status.publicIP.ipv6 ]] |
