Skip to content

Commit

Permalink
fix(youtube/minimized-playback): update settings description (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnconner122 authored and oSumAtrIX committed May 19, 2023
1 parent 24f376a commit a561a9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MinimizedPlaybackPatch : BytecodePatch(
SettingsPatch.PreferenceScreen.MISC.addPreferences(
NonInteractivePreference(
StringResource("revanced_minimized_playback_enabled_title", "Minimized playback"),
StringResource("revanced_minimized_playback_summary_on", "This setting can be found in Settings -> General")
StringResource("revanced_minimized_playback_summary_on", "This setting can be found in Settings -> Background")
)
)

Expand Down

0 comments on commit a561a9a

Please sign in to comment.