mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🐛 Fix node not found text
This commit is contained in:
parent
a1cddb33a3
commit
f6ddb61dcf
|
@ -424,7 +424,7 @@
|
||||||
"trigger": "🇩🇪 Trigger"
|
"trigger": "🇩🇪 Trigger"
|
||||||
},
|
},
|
||||||
"noResults": {
|
"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",
|
"httpRequest": "🇩🇪 HTTP Request",
|
||||||
"node": "🇩🇪 node",
|
"node": "🇩🇪 node",
|
||||||
"requestTheNode": "🇩🇪 Request the node",
|
"requestTheNode": "🇩🇪 Request the node",
|
||||||
|
|
|
@ -408,7 +408,7 @@
|
||||||
"trigger": "Trigger"
|
"trigger": "Trigger"
|
||||||
},
|
},
|
||||||
"noResults": {
|
"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",
|
"httpRequest": "HTTP Request",
|
||||||
"node": "node",
|
"node": "node",
|
||||||
"requestTheNode": "Request the node",
|
"requestTheNode": "Request the node",
|
||||||
|
|
Loading…
Reference in a new issue