Skip to content

Commit 82b8703

Browse files
committed
Lang: fix default lang entry for KeysIn validator
1 parent de3aec5 commit 82b8703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)