Use slightly less terrifying and more accurate language

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-07-21 14:46:39 +01:00
parent 0b8a3ee9a5
commit 7f761000b4

View file

@ -3,7 +3,7 @@
return array(
'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.',
'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. ',