diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php
index 51e9c7299b..136428870d 100644
--- a/resources/views/partials/bootstrap-table.blade.php
+++ b/resources/views/partials/bootstrap-table.blade.php
@@ -432,7 +432,7 @@
function licenseSeatInOutFormatter(value, row) {
if(row.disabled) {
- return '{{ trans('general.checkout') }}';
+ return '{{ trans('general.checkout') }}';
} else
// The user is allowed to check the license seat out and it's available
if ((row.available_actions.checkout === true) && (row.user_can_checkout === true) && ((!row.asset_id) && (!row.assigned_to))) {