diff --git a/resources/lang/en/admin/models/message.php b/resources/lang/en/admin/models/message.php index 5f4733652..77c2d88b5 100644 --- a/resources/lang/en/admin/models/message.php +++ b/resources/lang/en/admin/models/message.php @@ -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. ',