This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 24a334ff1ba Fix typo in Failed to Trigger DAG -> Failed to Trigger Dag
(#59077)
24a334ff1ba is described below
commit 24a334ff1baf0689662c2c551fb278b34a51080a
Author: Yeonguk Choo <[email protected]>
AuthorDate: Sun Dec 7 17:49:49 2025 +0900
Fix typo in Failed to Trigger DAG -> Failed to Trigger Dag (#59077)
---
airflow-core/src/airflow/ui/public/i18n/locales/en/components.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
b/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
index 708aae38891..efa382be0dc 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
@@ -122,7 +122,7 @@
"title": "Trigger Dag",
"toaster": {
"error": {
- "title": "Failed to Trigger DAG"
+ "title": "Failed to Trigger Dag"
},
"success": {
"description": "Dag run has been successfully triggered.",