mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Fixed language string
This commit is contained in:
parent
4bb546a882
commit
dbf5fec7b0
|
@ -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.",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue