guan404ming commented on code in PR #55082:
URL: https://github.com/apache/airflow/pull/55082#discussion_r2311831874
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json:
##########
@@ -109,6 +109,13 @@
},
"graphDirection": {
"label": "Graph Direction"
+ },
+ "runType": {
+ "label": "Run Type"
+ },
+ "triggeringUser": {
+ "label": "Triggering User Name",
Review Comment:
Also this one.
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json:
##########
@@ -109,6 +109,13 @@
},
"graphDirection": {
"label": "Graph Direction"
+ },
+ "runType": {
Review Comment:
We already have the translation of "runType" in
[common.json](https://github.com/apache/airflow/blob/7ce899742118a79ebb1efd10d3fe720d83a09528/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json)
and we should reuse it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]