Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a59df8

Browse files
authored
Fixing missed element
Adding the prices equivalence missed in the previous commit
1 parent e265e63 commit 9a59df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/es/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
'password' => 'contraseña',
173173
'password_confirmation' => 'confirmación de la contraseña',
174174
'phone' => 'teléfono',
175-
'price' =>
175+
'price' => 'precio',
176176
'second' => 'segundo',
177177
'sex' => 'sexo',
178178
'subject' => 'asunto',

0 commit comments

Comments
 (0)