mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-05 03:32:53 +01:00
fix(YouTube - Client spoof): Adjust spoof signature settings description (#2760)
This commit is contained in:
parent
243eb20f61
commit
f71d893766
@ -23,11 +23,11 @@ class SpoofSignatureVerificationResourcePatch : ResourcePatch {
|
|||||||
"App signature spoofed\\n\\n"
|
"App signature spoofed\\n\\n"
|
||||||
+ "Side effects include:\\n"
|
+ "Side effects include:\\n"
|
||||||
+ "• Ambient mode may not work\\n"
|
+ "• Ambient mode may not work\\n"
|
||||||
+ "• Seekbar thumbnails are hidden\\n"
|
+ "• Downloading videos may not work\\n"
|
||||||
+ "• Downloading videos may not work"),
|
+ "• Seekbar thumbnails are always hidden"),
|
||||||
StringResource("revanced_spoof_signature_verification_summary_off", "App signature not spoofed"),
|
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",
|
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.")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user