From fb40bb07c47dfea6f5d915ee09f8006c2c345035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 3 Sep 2025 10:17:17 +0100 Subject: [PATCH] chore: slight update to unknown flags alert text (#10602) https://linear.app/unleash/issue/2-3850/update-unknown-flag-alert Small update to the unknown flags alert text. image --- frontend/src/component/unknownFlags/UnknownFlagsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/unknownFlags/UnknownFlagsTable.tsx b/frontend/src/component/unknownFlags/UnknownFlagsTable.tsx index ef9a6cc6b3..37870aed0c 100644 --- a/frontend/src/component/unknownFlags/UnknownFlagsTable.tsx +++ b/frontend/src/component/unknownFlags/UnknownFlagsTable.tsx @@ -220,7 +220,7 @@ export const UnknownFlagsTable = () => {
Unknown flags are feature flags that your SDKs tried to - evaluate but which Unleash doesn't recognize. + evaluate but Unleash doesn't recognize.