diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index ad70d1b0..9425e529 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -262,7 +262,7 @@
{{ i18n "pages.client.bulk"}}
-
+
{{ i18n "pages.client.copyFromInbound"}}
@@ -1209,7 +1209,7 @@
case "addBulkClient":
this.openAddBulkClient(dbInbound.id)
break;
- case "copyClientsFromInbound":
+ case "copyClients":
this.openCopyClientsModal(dbInbound.id);
break;
case "export":