diff --git a/src/app/(pages)/mojang/status/page.tsx b/src/app/(pages)/mojang/status/page.tsx index 23d2428..96a356d 100644 --- a/src/app/(pages)/mojang/status/page.tsx +++ b/src/app/(pages)/mojang/status/page.tsx @@ -65,7 +65,7 @@ export async function generateMetadata(): Promise { for (const endpoint of endpoints) { const { name, hostname, status } = endpoint; - description += `${name} (${hostname}): ${status}\n`; + description += `${name}: ${capitalizeFirstLetter(status.toLowerCase())}\n`; } return generateEmbed({