fix: breadcrumbs indonesian labels

This commit is contained in:
2026-05-11 18:57:06 +00:00
parent a05ff99992
commit 4851ed5d6a
7 changed files with 11 additions and 3 deletions
@@ -16,6 +16,8 @@ use Filament\Tables\Table;
class ActivityResource extends Resource
{
protected static ?string $model = Activity::class;
protected static ?string $modelLabel = 'Kegiatan';
protected static ?string $pluralModelLabel = 'Kegiatan';
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-calendar-days';
protected static string|\UnitEnum|null $navigationGroup = 'Kegiatan';
protected static ?string $navigationLabel = 'Kegiatan';