mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🐛 Fix node not found text
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user