Skip to content

Commit

Permalink
Update Roles.php
Browse files Browse the repository at this point in the history
Added missing translation label for table column Roles
  • Loading branch information
kodyxgen authored Dec 10, 2024
1 parent b38daed commit f7af7a6
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 f7af7a6

Please sign in to comment.