From c367fb6ce7c0219941b26ea331f9d886237a0753 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:31:27 +0530 Subject: [PATCH] fix typo --- src/app/pages/FeatureCheck.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/FeatureCheck.tsx b/src/app/pages/FeatureCheck.tsx index 9a758ae7..abb366a8 100644 --- a/src/app/pages/FeatureCheck.tsx +++ b/src/app/pages/FeatureCheck.tsx @@ -19,8 +19,8 @@ export function FeatureCheck({ children }: { children: ReactNode }) { <Box style={{ padding: config.space.S400 }} direction="Column" gap="400"> <Text>Missing Browser Feature</Text> <Text size="T300" priority="400"> - No IndexedDB supported Found. This application requires IndexedDB to store session - data locally, Please make sure your browser support Indexed DB and have it enabled. + No IndexedDB support found. This application requires IndexedDB to store session + data locally. Please make sure your browser support IndexedDB and have it enabled. </Text> <Text size="T200"> <a