Skip to content

Commit 5289a0b

Browse files
committed
Edit a changelog entry [ci skip]
1 parent 4948663 commit 5289a0b

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)