Skip to content

Commit

Permalink
fix(editor): Fix typo in retry-button option "Retry with original wor…
Browse files Browse the repository at this point in the history
…kflow" (#4528)

Fix typo in index name on retry-button

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
  • Loading branch information
rduarte and janober authored Dec 16, 2022
1 parent 6fac502 commit 76a3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/ExecutionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
{{ $locale.baseText('executionsList.retryWithCurrentlySavedWorkflow') }}
</el-dropdown-item>
<el-dropdown-item :command="{ command: 'original', row: scope.row }">
{{ $locale.baseText('executionsList.retryWithOriginalworkflow') }}
{{ $locale.baseText('executionsList.retryWithOriginalWorkflow') }}
</el-dropdown-item>
</el-dropdown-menu>
</template>
Expand Down

0 comments on commit 76a3f13

Please sign in to comment.