From b809a2a0742f18e2c251f00a38d3d54fec588324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milorad=20FIlipovi=C4=87?= Date: Mon, 26 Sep 2022 17:12:11 +0200 Subject: [PATCH] refactor(editor): Updated retry execution labels (#4198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💄 Updated retry execution labels --- packages/editor-ui/src/plugins/i18n/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 868898b45a..418ebf63d0 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -262,8 +262,8 @@ "executionsList.openPastExecution": "Open Past Execution", "executionsList.retryExecution": "Retry execution", "executionsList.retryOf": "Retry of", - "executionsList.retryWithCurrentlySavedWorkflow": "Retry with currently saved workflow", - "executionsList.retryWithOriginalworkflow": "Retry with original workflow", + "executionsList.retryWithCurrentlySavedWorkflow": "Retry with currently saved workflow (from node with error)", + "executionsList.retryWithOriginalworkflow": "Retry with original workflow (from node with error)", "executionsList.running": "Running", "executionsList.runningTime": "Running Time", "executionsList.selectStatus": "Select Status",