ashb commented on code in PR #46074:
URL: https://github.com/apache/airflow/pull/46074#discussion_r1943252920
##########
airflow/ui/src/pages/Run/Details.tsx:
##########
@@ -118,7 +118,7 @@ export const Details = () => {
</Table.Row>
{dagRun.external_trigger ? (
<Table.Row>
- <Table.Cell>Externally Trigger Source</Table.Cell>
+ <Table.Cell>External Trigger Source</Table.Cell>
Review Comment:
@pierrejeambrun @bbovenzi We should nix this "external" word here, as some
of the values are "timetable", or "asset" which aren't external.
--
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]