diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html
index 050b4a00..f879e79e 100644
--- a/web/html/xui/inbound_modal.html
+++ b/web/html/xui/inbound_modal.html
@@ -10,14 +10,14 @@
title: '',
visible: false,
confirmLoading: false,
- okText: '确定',
+ okText: '{{ i18n "sure" }}',
confirm: null,
inbound: new Inbound(),
dbInbound: new DBInbound(),
ok() {
ObjectUtil.execute(inModal.confirm, inModal.inbound, inModal.dbInbound);
},
- show({ title='', okText='确定', inbound=null, dbInbound=null, confirm=(inbound, dbInbound)=>{} }) {
+ show({ title='', okText='{{ i18n "sure" }}', inbound=null, dbInbound=null, confirm=(inbound, dbInbound)=>{} }) {
this.title = title;
this.okText = okText;
if (inbound) {