update translation

This commit is contained in:
Hamidreza Ghavami
2023-05-04 22:22:54 +04:30
parent 19c991014e
commit 481d4beabb
20 changed files with 305 additions and 287 deletions
+1 -1
View File
@@ -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);
},