File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
kotlin/app/revanced/patches/shared/misc/privacy
resources/addresources/values Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ internal fun sanitizeSharingLinksPatch(
2727 replaceMusicLinksWithYouTube : Boolean = false
2828) = bytecodePatch(
2929 name = " Sanitize sharing links" ,
30- description = " Adds an option to remove the tracking parameter from links you share ." ,
30+ description = " Adds an option to remove the tracking query parameter from shared links ." ,
3131) {
3232 block()
3333
Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ You will not be notified of any unexpected events."</string>
202202 <string name =" revanced_debug_logs_clear_toast" >Logs cleared</string >
203203 </patch >
204204 <patch id =" misc.privacy.sanitizeSharingLinksPatch" >
205- <string name =" revanced_sanitize_sharing_links_title" >Remove tracking query parameter </string >
206- <string name =" revanced_sanitize_sharing_links_summary_on" >Tracking query parameter is removed from links</string >
207- <string name =" revanced_sanitize_sharing_links_summary_off" >Tracking query parameter is not removed from links</string >
205+ <string name =" revanced_sanitize_sharing_links_title" >Sanitize sharing links </string >
206+ <string name =" revanced_sanitize_sharing_links_summary_on" >Tracking query parameter is removed from shared links</string >
207+ <string name =" revanced_sanitize_sharing_links_summary_off" >Tracking query parameter is not removed from shared links</string >
208208 <string name =" revanced_replace_music_with_youtube_title" >Change share links to youtube.com</string >
209209 <string name =" revanced_replace_music_with_youtube_summary_on" >Shared links use youtube.com</string >
210210 <string name =" revanced_replace_music_with_youtube_summary_off" >Shared links use music.youtube.com</string >
You can’t perform that action at this time.
0 commit comments