Fixed tooltip

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-20 10:34:05 +01:00
parent bf591320af
commit 2a37aa3b49

View File

@@ -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