choo121600 commented on code in PR #62977:
URL: https://github.com/apache/airflow/pull/62977#discussion_r2894113743


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

Review Comment:
   It looks like the static check is failing here.
   You might find the following guide helpful in resolving it :)
   
   
https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst



-- 
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]

Reply via email to