diff --git a/resources/views/hardware/bulk-checkout.blade.php b/resources/views/hardware/bulk-checkout.blade.php
index 24014e6ec..dc8243584 100644
--- a/resources/views/hardware/bulk-checkout.blade.php
+++ b/resources/views/hardware/bulk-checkout.blade.php
@@ -91,7 +91,7 @@
diff --git a/resources/views/partials/assets-assigned.blade.php b/resources/views/partials/assets-assigned.blade.php
index f4a9f8bdb..90daa67d1 100644
--- a/resources/views/partials/assets-assigned.blade.php
+++ b/resources/views/partials/assets-assigned.blade.php
@@ -60,7 +60,7 @@
table_html += "";
}
} else {
- table_html += '
No assets checked out to '+ $('.js-data-user-ajax').find('option:selected').text() + ' yet! |
';
+ table_html += '
No assets checked out to this user yet! |
';
}
$('#current_assets_content').html(table_html + '
');