Skip to content

Commit d7f574d

Browse files
baozhoutaoclaude
andcommitted
docs(changeset): the migration note points at constraint, not the retired params
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent f520780 commit d7f574d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/localized-field-validation-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ and #3956 bound pre-check messages — all of which land in the same row report.
6060
the wire — so localization never splits the client-facing vocabulary.
6161
- `message` **text changes**: it is localized, and it names the field by label
6262
even in English (`Budget must be ≥ 0`, not `budget must be ≥ 0`). Anything
63-
asserting on the old English string should match `code` (and now `params`)
64-
instead.
63+
asserting on the old English string should match `code` (and now
64+
`constraint`) instead.
6565
- An author-written validation-rule `message` is never touched — it is already
6666
in the language its author chose.
6767
- A deployment can override any built-in message with a `translation` item

0 commit comments

Comments
 (0)