mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
⚡ Render missing strings in ExecutionDetails
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
:title="$baseText('executionDetails.executionFailed')"
|
||||
/>
|
||||
</span>
|
||||
of
|
||||
{{ $baseText('executionDetails.of') }}
|
||||
<span class="primary-color clickable" :title="$baseText('executionDetails.openWorkflow')">
|
||||
<WorkflowNameShort :name="workflowName">
|
||||
<template v-slot="{ shortenedName }">
|
||||
@@ -34,7 +34,7 @@
|
||||
</template>
|
||||
</WorkflowNameShort>
|
||||
</span>
|
||||
workflow
|
||||
{{ $baseText('executionDetails.workflow') }}
|
||||
</span>
|
||||
<n8n-tooltip class="read-only primary-color" placement="bottom-end" >
|
||||
<div slot="content">
|
||||
|
||||
@@ -179,7 +179,9 @@
|
||||
"executionId": "🇩🇪 Execution ID",
|
||||
"executionWaiting": "🇩🇪 Execution waiting",
|
||||
"executionWasSuccessful": "🇩🇪 Execution was successful",
|
||||
"openWorkflow": "🇩🇪 Open Workflow"
|
||||
"openWorkflow": "🇩🇪 Open Workflow",
|
||||
"of": "🇩🇪 of",
|
||||
"workflow": "🇩🇪 workflow"
|
||||
},
|
||||
"executionsList": {
|
||||
"allWorkflows": "🇩🇪 All Workflows",
|
||||
|
||||
@@ -163,7 +163,9 @@
|
||||
"executionId": "Execution ID",
|
||||
"executionWaiting": "Execution waiting",
|
||||
"executionWasSuccessful": "Execution was successful",
|
||||
"openWorkflow": "Open Workflow"
|
||||
"openWorkflow": "Open Workflow",
|
||||
"of": "of",
|
||||
"workflow": "workflow"
|
||||
},
|
||||
"executionsList": {
|
||||
"allWorkflows": "All Workflows",
|
||||
|
||||
Reference in New Issue
Block a user