We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1080ea commit fa34249Copy full SHA for fa34249
1 file changed
packages/astro/src/core/errors/errors-data.ts
@@ -1079,7 +1079,7 @@ export const IncorrectStrategyForI18n = {
1079
name: 'IncorrectStrategyForI18n',
1080
title: "You can't use the current function with the current strategy",
1081
message: (functionName: string) =>
1082
- `The function \`${functionName}\' can only be used when the \`i18n.routing.strategy\` is set to \`"manual"\`.`,
+ `The function \`${functionName}\` can only be used when the \`i18n.routing.strategy\` is set to \`"manual"\`.`,
1083
} satisfies ErrorData;
1084
1085
/**
0 commit comments