Skip to content

Commit 1816c4f

Browse files
authored
Merge pull request rails#35585 from sharang-d/changelog-update
Edit a changelog entry [ci skip]
2 parents 6d7c4ae + 5289a0b commit 1816c4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

activemodel/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
* Changed how validation error translation strings are fetched: The new behaviour
1+
* Change how validation error translation strings are fetched: The new behavior
32
will first try the more specific keys, including doing locale fallback, then try
43
the less specific ones.
54

6-
For example this is the order keys will now be tried for a `blank` error on a
7-
`product`'s `title` attribute with current locale set to `en-US`:
5+
For example, this is the order in which keys will now be tried for a `blank`
6+
error on a `product`'s `title` attribute with current locale set to `en-US`:
87

98
en-US.activerecord.errors.models.product.attributes.title.blank
109
en-US.activerecord.errors.models.product.blank

0 commit comments

Comments
 (0)