diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php
index 9c49323760..3697e7f721 100644
--- a/resources/views/partials/bootstrap-table.blade.php
+++ b/resources/views/partials/bootstrap-table.blade.php
@@ -261,7 +261,7 @@
}
if ((row.available_actions) && (row.available_actions.clone === true)) {
- actions += 'Clone ';
+ actions += 'Clone ';
}
if ((row.available_actions) && (row.available_actions.update === true)) {