diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 3ffdc078875ee593fa55b1a41b02ef5e4fcd45d6..1952c451589fd40029f35fc101f6a58dff65ef96 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 cfdd02ec48997398bb6d9c484267061957070b75..a1d6c311a5a16192d88399983eb9273c8380291a 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 9a29496335ad280ca8e8d34504c229bbb2d92115..f17ba3fb15a9217887a5f85860d6bf5bfd5f68f1 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 5e12f67b165b2fe94e9424f245f152ccda23385e..9785607ab4e623d9e9818e8d17cca4236e55bd66 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" } }