diff --git a/src/routes/board/+page.ts b/src/routes/board/+page.ts index 8aa96c4..b7b8ba2 100644 --- a/src/routes/board/+page.ts +++ b/src/routes/board/+page.ts @@ -25,7 +25,7 @@ export const load: PageLoad = async ({ url }) => { title = location.n || location.t; } else { error(404, { - message: `Location (${locId}) not found`, + message: `Location (${locId.toUpperCase()}) not found`, owlCode: 'INVALID_LOCATION_CODE' }); }