update: translate dashboard

This commit is contained in:
Mohammad Foroughi
2022-10-30 07:22:31 +03:30
parent 9289ce691b
commit fa62f8e0f5
3 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@
cancelText: '{{ i18n "cancel"}}',
onOk: async () => {
versionModal.hide();
this.loading(true, '{{ i18n "pages.index.dontRefresh"}}');
this.loading(true, '{{ i18n "pages.index.dontRefreshh"}}');
await HttpUtil.post(`/server/installXray/${version}`);
this.loading(false);
},