forked from github/cinny
chore: make error more useful and understandable (#2859)
* chore: make error more useful and understandable * chore: use similar wording
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user