File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ var enUS = &Language{
193193 "unique.element" : "The :field element value has already been taken." ,
194194 "exists" : "The :field does not exist." ,
195195 "exists.element" : "The :field element value does not exist." ,
196- "keysin" : "The :field keys must be one of the following: :values." ,
197- "keysin .element" : "The :field elements keys must be one of the following: :values." ,
196+ "keys_in" : "The :field keys must be one of the following: :values." ,
197+ "keys_in .element" : "The :field elements keys must be one of the following: :values." ,
198198 "doesnt_end_with" : "The :field must not end with any of the following values: :values." ,
199199 "doesnt_end_with.element" : "The :field elements must not end with any of the following values: :values." ,
200200 },
You can’t perform that action at this time.
0 commit comments