This is an automated email from the ASF dual-hosted git repository.

bbovenzi 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 0cd064790f5 Add missing scheduledDags i18n key (#52739)
0cd064790f5 is described below

commit 0cd064790f5215d1834fd70981c9d8b4c019aaf6
Author: Brent Bovenzi <[email protected]>
AuthorDate: Wed Jul 2 16:46:49 2025 -0400

    Add missing scheduledDags i18n key (#52739)
---
 airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json
index d27bd2c91cb..f9af5aa8e5d 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json
@@ -25,5 +25,6 @@
   "lastAssetEvent": "Last Asset Event",
   "name": "Name",
   "producingTasks": "Producing Tasks",
+  "scheduledDags": "Scheduled Dags",
   "searchPlaceholder": "Search Assets"
 }

Reply via email to