From 943129e9c714c9982918c539d7c562c0d0d3bfe1 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 13 Feb 2026 14:58:00 +1300 Subject: [PATCH] Change Setting category name --- materialious/src/lib/components/settings/Settings.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/src/lib/components/settings/Settings.svelte b/materialious/src/lib/components/settings/Settings.svelte index 72196a2c..c3dd5856 100644 --- a/materialious/src/lib/components/settings/Settings.svelte +++ b/materialious/src/lib/components/settings/Settings.svelte @@ -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 }, {