diff --git a/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx b/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx index 9daff576..480ff0a8 100644 --- a/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx +++ b/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx @@ -78,7 +78,7 @@ export async function generateMetadata({ const metaTitle = `Troubleshooting Problems for ${device} - iFixit`; const metaDescription = - 'Is your ${device} not working? You are not alone. View common problems and explore potential solutions. Learn the steps you can take to troubleshoot and fix the problem yourself.'; + `Is your ${device} not working? You are not alone. View common problems and explore potential solutions. Learn the steps you can take to troubleshoot and fix the problem yourself.`; return { metadataBase: new URL(ifixitOrigin),