update error msg

This commit is contained in:
Lee 2023-10-23 18:52:32 +01:00
parent 6824575306
commit 5bf0f8ac62

@ -93,7 +93,7 @@ export default async function Player({
<main> <main>
<Container> <Container>
<Card className="mt-2"> <Card className="mt-2">
<Error errorMessage="Failed to load player. Is the is valid?" /> <Error errorMessage="Failed to load player. Is the ID valid?" />
</Card> </Card>
</Container> </Container>
</main> </main>