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