Its writable not writeable

This commit is contained in:
RMartinOscar 2025-05-16 22:09:29 +00:00
parent 7034c4d013
commit a7a78d5ec5

View File

@ -76,7 +76,7 @@ class MountResource extends Resource
->badge() ->badge()
->icon(fn ($state) => $state ? 'tabler-writing-off' : 'tabler-writing') ->icon(fn ($state) => $state ? 'tabler-writing-off' : 'tabler-writing')
->color(fn ($state) => $state ? 'success' : 'warning') ->color(fn ($state) => $state ? 'success' : 'warning')
->formatStateUsing(fn ($state) => $state ? trans('admin/mount.toggles.read_only') : trans('admin/mount.toggles.writeable')), ->formatStateUsing(fn ($state) => $state ? trans('admin/mount.toggles.read_only') : trans('admin/mount.toggles.writable')),
]) ])
->actions([ ->actions([
ViewAction::make() ViewAction::make()