Skip to content

Commit

Permalink
feat(youtube/debugging): use more suitable preference title
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 15, 2022
1 parent 3865add commit c2538f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c2538f3

Please sign in to comment.