Skip to content

Commit 0cfe6ee

Browse files
authored
fix: Add a missing word to tooltip (#16198)
1 parent 19ead9e commit 0cfe6ee

File tree

1 file changed

+1
-1
lines changed
  • packages/frontend/@n8n/i18n/src/locales

1 file changed

+1
-1
lines changed

packages/frontend/@n8n/i18n/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@
24422442
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
24432443
"workflowSettings.errorWorkflow": "Error Workflow",
24442444
"workflowSettings.executionOrder": "Execution Order",
2445-
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
2445+
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
24462446
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
24472447
"workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
24482448
"workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",

0 commit comments

Comments
 (0)