diff --git a/README.md b/README.md index 88d678a20..708f21a21 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ ReVanced Extended Patches. | `Swipe controls` | Adds options to enable and configure volume and brightness swipe controls. | 18.25.40 ~ 19.11.38 | | `Theme` | Change the app's theme to the values specified in options.json. | 18.25.40 ~ 19.11.38 | | `Translations` | Add Crowdin translations for YouTube. | 18.25.40 ~ 19.11.38 | -| `Visual settings icons` | Adds icons to specific preferences in the settings. | all | +| `Visual preferences icons` | Adds icons to specific preferences in the settings. | all | ### [📦 `com.google.android.apps.youtube.music`](https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.music) diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/VisualSettingsIconsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/VisualSettingsIconsPatch.kt index c1b798e34..6bf09086e 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/VisualSettingsIconsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/VisualSettingsIconsPatch.kt @@ -11,7 +11,7 @@ import org.w3c.dom.Element import org.w3c.dom.NodeList @Patch( - name = "Visual settings icons", + name = "Visual preferences icons", description = "Adds icons to specific preferences in the settings.", dependencies = [SettingsPatch::class], compatiblePackages = [CompatiblePackage("com.google.android.youtube", [])], @@ -128,7 +128,7 @@ object VisualSettingsIconsPatch : ResourcePatch() { processPreferences(editor.file) } - SettingsPatch.updatePatchStatus("Visual settings icons") + SettingsPatch.updatePatchStatus("Visual preferences icons") } }