Skip to content

Commit bee0153

Browse files
committed
Fix russian translation for 'exists' validation rule
1 parent 678b92e commit bee0153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/language/ru/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"countmin" => "The :attribute must have at least :min selected elements.",
3939
"different" => "Поля :attribute и :other должны различаться.",
4040
"email" => "Поле :attribute имеет неверный формат.",
41-
"exists" => "Выбранное значение для :attribute уже существует.",
41+
"exists" => "Выбранное значение для :attribute не верно.",
4242
"image" => "Поле :attribute должно быть картинкой.",
4343
"in" => "Выбранное значение для :attribute не верно.",
4444
"integer" => "Поле :attribute должно быть целым числом.",

0 commit comments

Comments
 (0)