diff --git a/ui/src/features/stage/promotions.tsx b/ui/src/features/stage/promotions.tsx index c639b8f19..1de6ec17d 100644 --- a/ui/src/features/stage/promotions.tsx +++ b/ui/src/features/stage/promotions.tsx @@ -109,7 +109,7 @@ export const Promotions = () => { dataIndex: ['metadata', 'name'] }, { - title: 'Approved by', + title: 'Created By', render: (_, promotion) => { const annotation = promotion.metadata?.annotations['kargo.akuity.io/create-actor']; const email = annotation ? annotation.split(':')[1] : 'N/A';