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


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/common.json:
##########
@@ -161,12 +161,14 @@
   },
   "pools": {
     "deferred": "Deferred",
+    "includeDeferred": "Include Deferred",
     "open": "Open",
     "pools_one": "pool",
     "pools_other": "pools",
     "queued": "Queued",
     "running": "Running",
-    "scheduled": "Scheduled"
+    "scheduled": "Scheduled",
+    "totalPools": "Total Pools"

Review Comment:
   I have verified with grep and you are correct—those keys were indeed unused 
or redundant. I have removed the entire pools object from common.json and 
ensured the PoolBar component correctly uses the existing states translations. 
Thanks for the catch!



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