From 8e64ff8487f90095c2b0a11bc61a59a32afa7c47 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 10 Sep 2025 13:33:01 +0200 Subject: [PATCH] chore: Update from "toggles" to "flags" Looks like we missed this one in a previous renaming attempt. Before: After: --- .../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 } />