Skip to content

Commit

Permalink
Update Roles.php (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io authored Dec 14, 2024
2 parents 94aa5f0 + f7af7a6 commit 05ce64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/UserResource/Table/Columns/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public static function make(): Tables\Columns\TextColumn
->icon('heroicon-o-shield-check')
->color('success')
->toggleable()
->badge();
->badge()
->label(trans('filament-users::user.resource.roles'));
}
}

0 comments on commit 05ce64b

Please sign in to comment.