diff --git a/packages/editor-ui/src/plugins/i18n/locales/de.json b/packages/editor-ui/src/plugins/i18n/locales/de.json index e5902ceb43..bb1af3cc34 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/de.json +++ b/packages/editor-ui/src/plugins/i18n/locales/de.json @@ -424,7 +424,7 @@ "trigger": "🇩🇪 Trigger" }, "noResults": { - "dontWorryYouCanProbablyDoItWithThe": "🇩🇪 Don’t worry, you can probably do it with the {httpRequest} or {webhook} node", + "dontWorryYouCanProbablyDoItWithThe": "🇩🇪 Don’t worry, you can probably do it with the", "httpRequest": "🇩🇪 HTTP Request", "node": "🇩🇪 node", "requestTheNode": "🇩🇪 Request the node", diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 6b0ab9abb6..b4c062e3c3 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -408,7 +408,7 @@ "trigger": "Trigger" }, "noResults": { - "dontWorryYouCanProbablyDoItWithThe": "Don’t worry, you can probably do it with the {httpRequest} or {webhook} node", + "dontWorryYouCanProbablyDoItWithThe": "Don’t worry, you can probably do it with the", "httpRequest": "HTTP Request", "node": "node", "requestTheNode": "Request the node",