aoelvp94 commented on code in PR #55578:
URL: https://github.com/apache/airflow/pull/55578#discussion_r2345157937
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/dashboard.json:
##########
@@ -37,11 +37,11 @@
},
"source": "Fonte",
"stats": {
- "activeDags": "DAG Attivi",
- "failedDags": "DAG Falliti",
- "queuedDags": "DAG In Attesa",
+ "activeDags": "Dag Attivi",
Review Comment:
```suggestion
"activeDags": "Dags Attivi",
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/dashboard.json:
##########
@@ -37,11 +37,11 @@
},
"source": "Fonte",
"stats": {
- "activeDags": "DAG Attivi",
- "failedDags": "DAG Falliti",
- "queuedDags": "DAG In Attesa",
+ "activeDags": "Dag Attivi",
+ "failedDags": "Dag Falliti",
Review Comment:
```suggestion
"failedDags": "Dags Falliti",
```
--
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]