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

choo121600 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 558418896ae i18n(Ko): Replace DAG as Dag (#62920)
558418896ae is described below

commit 558418896ae57b1b062e198676b7887f9dc04b90
Author: Minseong Cho <[email protected]>
AuthorDate: Thu Mar 5 18:13:22 2026 +0900

    i18n(Ko): Replace DAG as Dag (#62920)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
index c2df2eb7c28..db9b6395a76 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
@@ -129,7 +129,7 @@
       "direction": "방향",
       "label": "필터",
       "mode": "모드",
-      "modeTooltip": "정적 모드는 다른 태스크로 이동할 때 현재 뷰를 유지하고, 탐색 모드는 클릭한 태스크에 맞게 활성 
필터를 자동으로 업데이트하여 DAG를 쉽게 탐색할 수 있게 합니다.",
+      "modeTooltip": "정적 모드는 다른 태스크로 이동할 때 현재 뷰를 유지하고, 탐색 모드는 클릭한 태스크에 맞게 활성 
필터를 자동으로 업데이트하여 Dag를 쉽게 탐색할 수 있게 합니다.",
       "modes": {
         "static": "정적",
         "traverse": "탐색"

Reply via email to