pierrejeambrun commented on code in PR #46074:
URL: https://github.com/apache/airflow/pull/46074#discussion_r1946651799
##########
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:
While we decide on that we can at least remove the `External` word from here
as this is misleading:
https://github.com/apache/airflow/pull/46559
--
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]