bbovenzi commented on code in PR #54722:
URL: https://github.com/apache/airflow/pull/54722#discussion_r2334384314


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/components.json:
##########
@@ -96,6 +96,17 @@
   "sortedAscending": "sorted ascending",
   "sortedDescending": "sorted descending",
   "sortedUnsorted": "unsorted",
+  "taskFilter": {
+    "action_prefix": "Filter",
+    "button_all": "Filter DAG by task",
+    "button_both": "Both upstream & downstream",
+    "button_downstream": "Only downstream",
+    "button_upstream": "Only upstream",
+    "item_all": "All",
+    "item_both": "Both upstream & downstream",
+    "item_downstream": "Only downstream",
+    "item_upstream": "Only upstream"
+  },

Review Comment:
   Can we consolidate some of these?



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