bbovenzi commented on code in PR #46074:
URL: https://github.com/apache/airflow/pull/46074#discussion_r1943440397


##########
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:
   Do we always want to show `dagRun.triggered_by` then? instead of only on 
external triggers?



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