diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 6bceae0442..57e354f072 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -90,7 +90,7 @@ return [ ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', - 'two_column_unique_undeleted' => 'The :attribute value must be unique across :table1 and :table2. ', + 'two_column_unique_undeleted' => 'The :attribute must be unique across :table1 and :table2. ', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.',