chore: make error more useful and understandable (#2859)
* chore: make error more useful and understandable * chore: use similar wording
This commit is contained in:
parent
955f1f89a1
commit
be7dae790b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export function SpecVersions({ baseUrl, children }: { baseUrl: string; children:
|
|||
<Dialog>
|
||||
<Box direction="Column" gap="400" style={{ padding: config.space.S400 }}>
|
||||
<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>
|
||||
<Button variant="Critical" onClick={retry}>
|
||||
<Text as="span" size="B400">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue