mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix: Tweak the copy for Add more warnings to nodes (no-changelog) (#10697)
This commit is contained in:
@@ -69,7 +69,7 @@ describe('getGenericHints', () => {
|
||||
expect(hints).toEqual([
|
||||
{
|
||||
message:
|
||||
"The operation is performed for each input item. Use the 'Execute Once' setting to execute it only once for the first input item.",
|
||||
'This node runs multiple times, once for each input item. Use ‘Execute Once’ in the node settings if you want to run it only once.',
|
||||
location: 'outputPane',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user