Skip to content

Commit

Permalink
Update packages/astro/src/core/errors/errors-data.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lefebvre <[email protected]>
  • Loading branch information
ematipico and florian-lefebvre authored Jan 12, 2024
1 parent 24fa37b commit 00c9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ export const MissingLocale = {

export const MissingIndexForInternationalization = {
name: 'MissingIndexForInternationalizationError',
title: 'Index URL not found.',
title: 'Index page not found.',
message: (src: string) =>
`Astro couldn't find the index URL. This index page is required to create a redirect from the index URL to the index URL of the default locale. \nCreate an index page in \`${src}\``,
} satisfies ErrorData;
Expand Down

0 comments on commit 00c9fb5

Please sign in to comment.