Changed name to lowercase.

This commit is contained in:
nizune
2021-07-08 00:01:27 +02:00
parent 41567413f2
commit 6ac743901d
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>
</>