Fixed language string

This commit is contained in:
snipe 2017-10-31 04:48:09 -07:00
parent 4bb546a882
commit dbf5fec7b0

View file

@ -87,6 +87,7 @@ return array(
'unique' => 'The :attribute has already been taken.', 'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.', 'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.', '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", "hashed_pass" => "Your current password is incorrect",
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'That password is too common.',
"statuslabel_type" => "You must select a valid status label type", "statuslabel_type" => "You must select a valid status label type",
"unique_undeleted" => "The :attribute must be unique.",
], ],
/* /*