diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php
index f4ea7a6bef..298c3b93d8 100755
--- a/resources/views/hardware/view.blade.php
+++ b/resources/views/hardware/view.blade.php
@@ -269,7 +269,7 @@
@can('audit', \App\Models\Asset::class)
model ? ' data-tooltip="true" title="'.trans('admin/hardware/general.model_invalid_fix').'"' : '') !!}>
-
+
{{ trans('general.audit') }}
diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php
index ac0847acf0..2d4df19a52 100644
--- a/resources/views/partials/bootstrap-table.blade.php
+++ b/resources/views/partials/bootstrap-table.blade.php
@@ -1041,7 +1041,7 @@
function hardwareAuditFormatter(value, row) {
- return '{{ trans('general.audit') }} ';
+ return '{{ trans('general.audit') }} ';
}
@@ -1074,7 +1074,7 @@
}
if ((row.available_actions) && (row.available_actions.audit === true)) {
- actions += '{{ trans('general.audit') }} ';
+ actions += '{{ trans('general.audit') }} ';
}
if ((row.available_actions) && (row.available_actions.update === true)) {