diff --git a/app/Filament/Server/Resources/Allocations/AllocationResource.php b/app/Filament/Server/Resources/Allocations/AllocationResource.php index c15dc9814..2cfad97f8 100644 --- a/app/Filament/Server/Resources/Allocations/AllocationResource.php +++ b/app/Filament/Server/Resources/Allocations/AllocationResource.php @@ -75,6 +75,7 @@ class AllocationResource extends Resource ->label(trans('server/network.primary')), IconColumn::make('is_locked') ->label(trans('server/network.locked')) + ->tooltip(trans('server/network.locked_helper')) ->trueIcon('tabler-lock') ->falseIcon('tabler-lock-open'), ])