chore: make error more useful and understandable (#2859)

* chore: make error more useful and understandable

* chore: use similar wording
This commit is contained in:
Krishan
2026-03-27 21:22:46 +11:00
committed by GitHub
parent b4299f8f37
commit acae043f31

View File

@@ -22,7 +22,7 @@ export function SpecVersions({ baseUrl, children }: { baseUrl: string; children:
<Dialog> <Dialog>
<Box direction="Column" gap="400" style={{ padding: config.space.S400 }}> <Box direction="Column" gap="400" style={{ padding: config.space.S400 }}>
<Text> <Text>
Failed to connect to homeserver. Either homeserver is down or your internet. Unable to connect to the homeserver. The homeserver or your internet connection may be down.
</Text> </Text>
<Button variant="Critical" onClick={retry}> <Button variant="Critical" onClick={retry}>
<Text as="span" size="B400"> <Text as="span" size="B400">