From 0cfe6eeb5de593093582c67842d4df37aaacc6c2 Mon Sep 17 00:00:00 2001 From: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:16:14 +0100 Subject: [PATCH] fix: Add a missing word to tooltip (#16198) --- packages/frontend/@n8n/i18n/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/@n8n/i18n/src/locales/en.json b/packages/frontend/@n8n/i18n/src/locales/en.json index ddcf360fa8..5b44f2d0d3 100644 --- a/packages/frontend/@n8n/i18n/src/locales/en.json +++ b/packages/frontend/@n8n/i18n/src/locales/en.json @@ -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.
The second workflow should an 'Error Trigger' node.", + "workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.
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",