protected static ?string $navigationGroup = "Settings";php artisan vendor:publish --tag="filament-shield-translations" and then'nav.group' => 'Settings' where Settings will be the exact string you are using as a group name in protected static ?string $navigationGroup = "Settings" so If you have protected static ?string $navigationGroup = "Page settings" it will be 'nav.group' => 'Page settings'