refactor: rename 'Statistik' to 'Analisa' in the Analytic page title and navigation label

This commit is contained in:
Yoga Pangestu 2026-03-26 10:48:13 +07:00
parent c29e459a10
commit 29322f7100

View File

@ -36,9 +36,9 @@ class Analytic extends BaseDashboard
protected static ?string $slug = 'analytic';
protected static ?string $title = 'Statistik';
protected static ?string $title = 'Analisa';
protected static ?string $navigationLabel = 'Statistik';
protected static ?string $navigationLabel = 'Analisa';
protected static string|BackedEnum|null $navigationIcon = Heroicon::OutlinedChartPie;