[ui] small changes

This commit is contained in:
Alireza Ahmadi
2024-02-18 23:00:37 +01:00
parent 2520994b13
commit f4c565b208
10 changed files with 20 additions and 27 deletions

View File

@@ -155,7 +155,7 @@
}
ObjectUtil.execute(clientsBulkModal.confirm, clients, clientsBulkModal.dbInbound.id);
},
show({ title='', okText='{{ i18n "sure" }}', dbInbound=null, confirm=(inbound, dbInbound)=>{} }) {
show({ title='', okText='{{ i18n "confirm" }}', dbInbound=null, confirm=(inbound, dbInbound)=>{} }) {
this.visible = true;
this.title = title;
this.okText = okText;