pierrejeambrun commented on code in PR #58016:
URL: https://github.com/apache/airflow/pull/58016#discussion_r2577113229
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/components.json:
##########
@@ -121,6 +121,11 @@
"selectLabel": "Single Run",
"title": "Trigger Dag",
"toaster": {
+ "error": {
+ "generic": {
+ "title": "Failed to Trigger DAG"
+ }
+ },
Review Comment:
We don't need a nested structure like this, there is only 1 key.
`triggerDag.toaster.error`
--
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]