Skip to content

Commit 7f46a55

Browse files
authored
Update packages/next-intl/src/plugin/catalog/catalogLoader.tsx
1 parent 83e78d2 commit 7f46a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/next-intl/src/plugin/catalog/catalogLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function warnIfToJSONStringProvided(codec: ExtractorCodec) {
8989
if (hasWarnedAboutToJSONString || !codec.toJSONString) return;
9090
hasWarnedAboutToJSONString = true;
9191
console.warn(
92-
'`toJSONString` is deprecated and no longer used—catalogs are now loaded via `decode`. Remove `toJSONString` from your codec.'
92+
'`toJSONString` is deprecated and no longer used, please remove it.'
9393
);
9494
}
9595

0 commit comments

Comments
 (0)