aoelvp94 commented on code in PR #55578:
URL: https://github.com/apache/airflow/pull/55578#discussion_r2345150327
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/dag.json:
##########
@@ -48,7 +48,7 @@
"header": {
"buttons": {
"advanced": "Avanzato",
- "dagDocs": "Documentazione DAG"
+ "dagDocs": "Documentazione Dag"
Review Comment:
```suggestion
"dagDocs": "Documentazione sul Dag"
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/dag.json:
##########
@@ -107,12 +107,12 @@
"showGridShortcut": "Mostra Griglia (Premi g)"
},
"dagRuns": {
- "label": "Numero di Run del DAG"
+ "label": "Numero di Run del Dag"
Review Comment:
```suggestion
"label": "Numero di Runs del Dag"
```
--
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]