From 0ae91d305d624a9cae6ab661db7d295ac6daa653 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 21 Nov 2023 15:03:03 +0000 Subject: [PATCH] Add the two_column_unique_undeleted translation Signed-off-by: snipe --- resources/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 85e8447812..6bceae0442 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -90,6 +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. ', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.',