refactor: rename 'Statistik' to 'Analisa' in the Analytic page title and navigation label
This commit is contained in:
parent
c29e459a10
commit
29322f7100
@ -36,9 +36,9 @@ class Analytic extends BaseDashboard
|
|||||||
|
|
||||||
protected static ?string $slug = 'analytic';
|
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;
|
protected static string|BackedEnum|null $navigationIcon = Heroicon::OutlinedChartPie;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user