From 509dd80f86cc393399b6ad7ea43965078c537799 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 10 Sep 2025 16:05:18 +0200 Subject: [PATCH] chore: Update from "toggles" to "flags" (#10647) Updates the features cell text when you have lots of flags affected. Looks like we missed this one in a previous renaming attempt. Before: image After: image --- .../ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx b/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx index 0e80300546..57946fe545 100644 --- a/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx +++ b/frontend/src/component/changeRequest/ProjectChangeRequests/ChangeRequestsTabs/FeaturesCell.tsx @@ -84,7 +84,7 @@ export const FeaturesCell: VFC = ({ value, project }) => { } > - {featureNames?.length} toggles + {featureNames?.length} flags } />