diff --git a/airflow-core/src/airflow/ui/src/pages/DagRuns.tsx b/airflow-core/src/airflow/ui/src/pages/DagRuns.tsx index 21981d9c7ff5e..9a2585ff2f18a 100644 --- a/airflow-core/src/airflow/ui/src/pages/DagRuns.tsx +++ b/airflow-core/src/airflow/ui/src/pages/DagRuns.tsx @@ -104,7 +104,7 @@ const runColumns = (translate: TFunction, dagId?: string): Array {state}, + }) => {translate(`common:states.${state}`)}, header: () => translate("state"), }, { @@ -112,7 +112,7 @@ const runColumns = (translate: TFunction, dagId?: string): Array ( - {original.run_type} + {translate(`common:runTypes.${original.run_type}`)} ), enableSorting: false,