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