diff options
| author | kaveh-ahangar <123722737+kaveh-ahangar@users.noreply.github.com> | 2023-05-05 12:36:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 12:36:59 +0300 |
| commit | 73704e38d5d405ab32654763936c924b43fd3a81 (patch) | |
| tree | ee2a2fa66b478fffa4ce5163f4cf70ee6bf2ba45 /web/html/xui/index.html | |
| parent | 1680bb36c3e9c2f89c72947e1735337fe5fd1e8b (diff) | |
| parent | 1a603b2501b8c3d82b59eb249cfb8e13421e64de (diff) | |
Merge branch 'MHSanaei:main' into main
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 320422e3..f2babcb0 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -382,7 +382,7 @@ cancelText: '{{ i18n "cancel"}}', onOk: async () => { versionModal.hide(); - this.loading(true, '{{ i18n "pages.index.dontRefreshh"}}'); + this.loading(true, '{{ i18n "pages.index.dontRefresh"}}'); await HttpUtil.post(`/server/installXray/${version}`); this.loading(false); }, |
