Change Setting category name

This commit is contained in:
WardPearce
2026-02-13 14:58:00 +13:00
parent c28636b318
commit 943129e9c7
@@ -18,7 +18,7 @@
const tabs: { id: string; label: string; icon: string; component: Component }[] = [
{ id: 'interface', label: $_('layout.interface'), icon: 'grid_view', component: Interface },
{ id: 'player', label: $_('layout.player.title'), icon: 'smart_display', component: Player },
{ id: 'ryd', label: 'RYD', icon: 'thumb_down', component: Ryd },
{ id: 'ryd', label: 'Return YT Dislike', icon: 'thumb_down', component: Ryd },
{ id: 'api extended', label: 'API Extended', icon: 'sync', component: ApiExtended },
{ id: 'sponsorblock', label: 'Sponsorblock', icon: 'block', component: SponsorBlock },
{