diff --git a/web/app/components/workflow/dsl-export-confirm-modal.tsx b/web/app/components/workflow/dsl-export-confirm-modal.tsx index e698de722e..a92698c8b7 100644 --- a/web/app/components/workflow/dsl-export-confirm-modal.tsx +++ b/web/app/components/workflow/dsl-export-confirm-modal.tsx @@ -45,8 +45,8 @@ const DSLExportConfirmModal = ({ - - + + @@ -56,7 +56,7 @@ const DSLExportConfirmModal = ({
{env.name}
-
Secret
+
{t('env.export.secret', { ns: 'workflow' })}
diff --git a/web/i18n/en-US/workflow.json b/web/i18n/en-US/workflow.json index dd9337ecc0..5c7df02791 100644 --- a/web/i18n/en-US/workflow.json +++ b/web/i18n/en-US/workflow.json @@ -287,7 +287,10 @@ "env.export.checkbox": "Export secret values", "env.export.export": "Export DSL with secret values ", "env.export.ignore": "Export DSL", + "env.export.name": "Name", + "env.export.secret": "Secret", "env.export.title": "Export Secret environment variables?", + "env.export.value": "Value", "env.modal.description": "Description", "env.modal.descriptionPlaceholder": "Describe the variable", "env.modal.editTitle": "Edit Environment Variable",
NAMEVALUE{t('env.export.name', { ns: 'workflow' })}{t('env.export.value', { ns: 'workflow' })}