Skip to content

Commit

Permalink
fix(YouTube - Client spoof): Adjust spoof signature settings descript…
Browse files Browse the repository at this point in the history
…ion (ReVanced#2760)
  • Loading branch information
LisoUseInAIKyrios authored Aug 6, 2023
1 parent 243eb20 commit f71d893
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ class SpoofSignatureVerificationResourcePatch : ResourcePatch {
"App signature spoofed\\n\\n"
+ "Side effects include:\\n"
+ "• Ambient mode may not work\\n"
+ "Seekbar thumbnails are hidden\\n"
+ "Downloading videos may not work"),
StringResource("revanced_spoof_signature_verification_summary_off", "App signature not spoofed"),
+ "Downloading videos may not work\\n"
+ "Seekbar thumbnails are always hidden"),
StringResource("revanced_spoof_signature_verification_summary_off", "App signature not spoofed\\n\\nVideo playback may not work"),
StringResource("revanced_spoof_signature_verification_user_dialog_message",
"Turning off this setting may cause playback issues.")
"If you do not have a YouTube Premium subscription,\\n\\nthen turning off this setting will cause video playback issues.")
)
)

Expand Down

0 comments on commit f71d893

Please sign in to comment.