pierrejeambrun commented on code in PR #72460:
URL: https://github.com/apache/airflow/pull/72460#discussion_r3959850300
##########
airflow-core/src/airflow/ui/public/i18n/locales/en/assets.json:
##########
@@ -49,6 +49,9 @@
"events": "Events",
"filters": {
"groupPlaceholder": "Search group",
+ "hasEvents": "Has Events",
+ "hasEventsFalse": "No",
+ "hasEventsTrue": "Yes",
Review Comment:
Maybe move "Yes/No" to common top level entries. So we can reuse that later,
that's probably something we are going to want to re-use.
(Someone that needs 'yes/no' will probably miss this entry in the
'assets.json' and duplicate that)
--
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]