mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
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 <janober@users.noreply.github.com>
This commit is contained in:
parent
6fac502f9e
commit
76a3f13458
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue