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


##########
airflow-core/src/airflow/ui/src/i18n/locales/en/browse.json:
##########
@@ -0,0 +1,29 @@
+{
+  "auditLog":{
+    "actions": {
+      "collapseAllExtra": "Collapse all extra json",
+      "expandAllExtra": "Expand all extra json"
+    },
+    "columns":{
+      "event": "Event",
+      "extra": "Extra",
+      "tryNumber": "Try Number",
+      "user": "User",
+      "when": "When"
+    },
+    "title": "Audit Log Events"
+  },
+  "columns":{
+    "dagId": "Dag ID",
+    "mapIndex": "Map Index",
+    "runId": "Run ID",
+    "taskId": "Task ID"

Review Comment:
   These all exist as common keys I believe. Let's just reuse those instead of 
declaring them again.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to