From dbf5fec7b0a39fd14ab445f51dfddc9a5550bc1a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 31 Oct 2017 04:48:09 -0700 Subject: [PATCH] Fixed language string --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 1e902ebbb..ee4ecbda4 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -87,6 +87,7 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', + "unique_undeleted" => "The :attribute must be unique.", /* |-------------------------------------------------------------------------- @@ -117,7 +118,6 @@ return array( "hashed_pass" => "Your current password is incorrect", 'dumbpwd' => 'That password is too common.', "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", ], /*