Changed name to lowercase.

This commit is contained in:
nizune
2021-07-08 00:01:27 +02:00
parent 1f5bed9004
commit 765b88cfaa
6 changed files with 8 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ export default function Invite() {
}
}}>
{status === ClientStatus.READY
? "Login to REVOLT"
? "Login to Revolt"
: "Accept Invite"}
</Button>
</>