ytoprakc commented on code in PR #67207: URL: https://github.com/apache/airflow/pull/67207#discussion_r3313709536
########## airflow-core/src/airflow/ui/public/i18n/locales/en/common.json: ########## @@ -270,6 +270,7 @@ "taskGroup": "Task Group", "taskGroup_one": "Task Group", "taskGroup_other": "Task Groups", + "taskGroupDocumentation": "Task Group Documentation", Review Comment: I changed the modal title key to `taskGroup.documentation` to match the existing namespaced pattern used by `task.documentation` and `dagDetails.documentation`. I also seeded `"Task Group Documentation"` into every locale’s `common.json`. -- 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]
