diff --git a/resources/lang/en-US/admin/hardware/message.php b/resources/lang/en-US/admin/hardware/message.php index 96b4b6c949..a9466f4451 100644 --- a/resources/lang/en-US/admin/hardware/message.php +++ b/resources/lang/en-US/admin/hardware/message.php @@ -5,6 +5,8 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', + 'does_not_exist_var'=> 'Asset with tag :asset_tag not found.', + 'no_tag' => 'No asset tag provided.', 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', @@ -31,7 +33,7 @@ return [ ], 'audit' => [ - 'error' => 'Asset audit was unsuccessful. Please try again.', + 'error' => 'Asset audit unsuccessful: :error ', 'success' => 'Asset audit successfully logged.', ],