diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-13 01:01:37 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-13 01:01:37 +0300 |
| commit | c74efa1d432146a0a9630f71320fe446c7b191eb (patch) | |
| tree | d4f17a5f85b030683865e5122db88b18317f1243 /web/html/xui/form/client.html | |
| parent | 18af7047f8d37e31c6f04362019e1a45c1f4b41d (diff) | |
fix bug - deleteBalancer
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index d147fbf7..b170338c 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -81,7 +81,7 @@ <template slot="title"> <span>{{ i18n "pages.inbounds.IPLimitlogDesc" }}</span> </template> - <span>{{ i18n "pages.inbounds.IPLimitlog" }}</span> + <span>{{ i18n "pages.inbounds.IPLimitlog" }} </span> <a-icon type="question-circle"></a-icon> </a-tooltip> </template> |
