From af54b34f3a4035cebecf9e614142b6ad5ac06c40 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 10 Dec 2023 20:43:48 +0330 Subject: v2.0.0 --- web/html/xui/inbounds.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 00d647f1..f842d5a1 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -419,11 +419,11 @@ @@ -1089,7 +1089,7 @@ title: '{{ i18n "pages.inbounds.delDepletedClientsTitle"}}', content: '{{ i18n "pages.inbounds.delDepletedClientsContent"}}', class: themeSwitcher.currentTheme, - okText: '{{ i18n "reset"}}', + okText: '{{ i18n "delete"}}', cancelText: '{{ i18n "cancel"}}', onOk: () => this.submit('/panel/inbound/delDepletedClients/' + dbInboundId), }) @@ -1175,7 +1175,7 @@ inboundLinks(dbInboundId) { dbInbound = this.dbInbounds.find(row => row.id === dbInboundId); newDbInbound = this.checkFallback(dbInbound); - txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks, newDbInbound.remark); + txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(), newDbInbound.remark); }, importInbound() { promptModal.open({ -- cgit v1.2.3