- {
.timeout-input {
margin-left: 5px;
}
+
+.time-saved {
+ display: flex;
+ align-items: center;
+
+ :deep(.el-input) {
+ width: 64px;
+ }
+
+ span {
+ margin-left: var(--spacing-2xs);
+ }
+}
diff --git a/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json b/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json
index f3117575d5..1361723e7b 100644
--- a/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json
+++ b/packages/frontend/editor-ui/src/plugins/i18n/locales/en.json
@@ -2375,6 +2375,9 @@
"workflowSettings.timeoutAfter": "Timeout After",
"workflowSettings.timeoutWorkflow": "Timeout Workflow",
"workflowSettings.timezone": "Timezone",
+ "workflowSettings.timeSavedPerExecution": "Estimated time saved",
+ "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
+ "workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
"workflowHistory.title": "Version History",
"workflowHistory.content.title": "Version",
"workflowHistory.content.editedBy": "Edited by",