mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Use slightly less terrifying and more accurate language
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0b8a3ee9a5
commit
7f761000b4
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Model does not exist.',
|
'does_not_exist' => 'Model does not exist.',
|
||||||
'no_association' => 'NO MODEL ASSOCIATED.',
|
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue