From 76a3f1345877599d46691f37878e3fc3fa062243 Mon Sep 17 00:00:00 2001 From: Ricardo Duarte Date: Fri, 16 Dec 2022 02:22:31 -0300 Subject: [PATCH] fix(editor): Fix typo in retry-button option "Retry with original workflow" (#4528) Fix typo in index name on retry-button Co-authored-by: Jan Oberhauser --- packages/editor-ui/src/components/ExecutionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index 13757c3ad6..1176a0e5db 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -181,7 +181,7 @@ {{ $locale.baseText('executionsList.retryWithCurrentlySavedWorkflow') }} - {{ $locale.baseText('executionsList.retryWithOriginalworkflow') }} + {{ $locale.baseText('executionsList.retryWithOriginalWorkflow') }}