anshuksi282-ksolves commented on code in PR #57053:
URL: https://github.com/apache/airflow/pull/57053#discussion_r2452251121


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/browse.json:
##########
@@ -19,6 +19,8 @@
     "columns": {
       "dag": "Dag",
       "key": "Key",
+      "task_display_name": "Task",
+      "timestamp": "Timestamp",

Review Comment:
   @bbovenzi Thanks for the review! That's a great point about reusing existing 
translation keys.
   
   I've updated the PR to use **`common:task_one`** for the 'Task' column 
header and **`dashboard:timestamp`** for the 'Timestamp' column header, and 
I've removed the redundant entries from `en/browse.json`.
   
   Ready for another look!



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