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 7c931dd9ad7 Fix: Dag capitalization in en translation (#53566)
7c931dd9ad7 is described below

commit 7c931dd9ad70f9cf1105f3460dd3210b1362e849
Author: Wei-Yu Chen <[email protected]>
AuthorDate: Sun Jul 20 22:06:21 2025 +0800

    Fix: Dag capitalization in en translation (#53566)
---
 airflow-core/src/airflow/ui/public/i18n/locales/en/components.json | 4 ++--
 airflow-core/src/airflow/ui/public/i18n/locales/en/dashboard.json  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

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 dff01bc665c..3a56657187a 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
@@ -101,8 +101,8 @@
   "toggleTableView": "Show table view",
   "triggerDag": {
     "button": "Trigger",
-    "loading": "Loading DAG information...",
-    "loadingFailed": "Failed to load DAG information. Please try again.",
+    "loading": "Loading Dag information...",
+    "loadingFailed": "Failed to load Dag information. Please try again.",
     "runIdHelp": "Optional - will be generated if not provided",
     "selectDescription": "Trigger a single run of this Dag",
     "selectLabel": "Single Run",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/dashboard.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/en/dashboard.json
index 666e28090f3..2c539251c6a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/dashboard.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/dashboard.json
@@ -1,9 +1,9 @@
 {
   "favorite": {
-    "favoriteDags_one":   "First {{count}} favorite DAG",
-    "favoriteDags_other": "First {{count}} favorite DAGs",
+    "favoriteDags_one":   "First {{count}} favorite Dag",
+    "favoriteDags_other": "First {{count}} favorite Dags",
     "noDagRuns": "There is no DagRun for this dag yet.",
-    "noFavoriteDags": "No favorites yet. Click the star icon next to a DAG in 
the list to add it to your favorites."
+    "noFavoriteDags": "No favorites yet. Click the star icon next to a Dag in 
the list to add it to your favorites."
   },
   "group": "Group",
   "health": {

Reply via email to