From c2538f3ff94c8054e548bebf37335fc130d615aa Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 15 Nov 2022 00:07:43 +0100 Subject: [PATCH] feat(youtube/debugging): use more suitable preference title --- .../patches/youtube/misc/debugging/patch/DebuggingPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/debugging/patch/DebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/debugging/patch/DebuggingPatch.kt index f76b2cc9c..c25b37e97 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/debugging/patch/DebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/debugging/patch/DebuggingPatch.kt @@ -25,7 +25,7 @@ class DebuggingPatch : ResourcePatch { SettingsPatch.PreferenceScreen.MISC.addPreferences( SwitchPreference( "revanced_debug_enabled", - StringResource("revanced_debug_title", "Debug"), + StringResource("revanced_debug_title", "Debugging"), false, StringResource("revanced_debug_on", "Debug logs are enabled"), StringResource("revanced_debug_off", "Debug logs are disabled")