mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Add a missing word to tooltip (#16198)
This commit is contained in:
@@ -2442,7 +2442,7 @@
|
||||
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
||||
"workflowSettings.errorWorkflow": "Error Workflow",
|
||||
"workflowSettings.executionOrder": "Execution Order",
|
||||
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
|
||||
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
|
||||
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
|
||||
"workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
|
||||
"workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",
|
||||
|
||||
Reference in New Issue
Block a user