From 2a37aa3b49a09103401f0401a74638d586f8ec22 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 20 Aug 2025 10:34:05 +0100 Subject: [PATCH] Fixed tooltip Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 0eca09d946..1aca076efa 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -1340,7 +1340,7 @@ window.location.href = '{{ route('maintenances.create', ['asset_id' => (isset($asset)) ? $asset->id :'' ]) }}'; }, attributes: { - title: '{{ trans('general.create') }}', + title: '{{ trans('button.add_maintenance') }}', } }, @endcan