Skip to content

Commit

Permalink
Add missing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
devfrey committed Mar 29, 2022
1 parent d38a60e commit 230b9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/nl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
'required_array_keys' => ':Attribute moet waardes bevatten voor: :values.',
'required_if' => ':Attribute is verplicht indien :other gelijk is aan :value.',
'required_unless' => ':Attribute is verplicht tenzij :other gelijk is aan :values.',
'required_with' => ':Attribute is verplicht in combinatie met :values',
'required_with_all' => ':Attribute is verplicht in combinatie met :values',
'required_with' => ':Attribute is verplicht in combinatie met :values.',
'required_with_all' => ':Attribute is verplicht in combinatie met :values.',
'required_without' => ':Attribute is verplicht als :values niet ingevuld is.',
'required_without_all' => ':Attribute is verplicht als :values niet ingevuld zijn.',
'same' => ':Attribute en :other moeten overeenkomen.',
Expand Down

0 comments on commit 230b9b2

Please sign in to comment.