From 38691bf16fe4404955d1b9db99bc7665ec5e971e Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Wed, 28 May 2025 12:04:30 +0200
Subject: [PATCH] add label

---
 src/test/shell/data/i18n/de.json | 3 ++-
 src/test/shell/data/i18n/en.json | 3 ++-
 src/test/shell/data/i18n/fr.json | 3 ++-
 src/test/shell/data/i18n/pl.json | 4 ++--
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json
index 3ffdc0788..1952c4515 100644
--- a/src/test/shell/data/i18n/de.json
+++ b/src/test/shell/data/i18n/de.json
@@ -1327,6 +1327,7 @@
     "DOMAIN_GROUP_CHANGE" : "Domain group change",
     "NEW" : "Add webhook",
     "DETAILS" : "Webhooks details",
-    "SAVE" : "Save webhook"
+    "SAVE" : "Save webhook",
+    "REMOVE" : "Remove webhook"
   }
 }
diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json
index cfdd02ec4..a1d6c311a 100644
--- a/src/test/shell/data/i18n/en.json
+++ b/src/test/shell/data/i18n/en.json
@@ -1332,6 +1332,7 @@
     "DOMAIN_GROUP_CHANGE" : "Domain group change",
     "NEW" : "Add webhook",
     "DETAILS" : "Webhooks details",
-    "SAVE" : "Save webhook"
+    "SAVE" : "Save webhook",
+    "REMOVE" : "Remove webhook"
   }
 }
diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json
index 9a2949633..f17ba3fb1 100644
--- a/src/test/shell/data/i18n/fr.json
+++ b/src/test/shell/data/i18n/fr.json
@@ -1331,6 +1331,7 @@
     "DOMAIN_GROUP_CHANGE" : "Domain group change",
     "NEW" : "Add webhook",
     "DETAILS" : "Webhooks details",
-    "SAVE" : "Save webhook"
+    "SAVE" : "Save webhook",
+    "REMOVE" : "Remove webhook"
   }
 }
diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json
index 5e12f67b1..9785607ab 100644
--- a/src/test/shell/data/i18n/pl.json
+++ b/src/test/shell/data/i18n/pl.json
@@ -1331,7 +1331,7 @@
     "DOMAIN_GROUP_CHANGE" : "Domain group change",
     "NEW" : "Add webhook",
     "DETAILS" : "Webhooks details",
-    "SAVE" : "Save webhook"
-
+    "SAVE" : "Save webhook",
+    "REMOVE" : "Remove webhook"
   }
 }
-- 
GitLab