From 5207b0f001220ca95a9c62d77068c2f5a6d8fca9 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:32:58 -0500 Subject: [PATCH] (Remove viewer discretion dialog): Change description and in-app note --- .../interaction/dialog/RemoveViewerDiscretionDialogPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/dialog/RemoveViewerDiscretionDialogPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/dialog/RemoveViewerDiscretionDialogPatch.kt index 1492ea970e..14de79c06a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/dialog/RemoveViewerDiscretionDialogPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/dialog/RemoveViewerDiscretionDialogPatch.kt @@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction @Patch( name = "Remove viewer discretion dialog", - description = "Removes the dialog that appears when you try to watch a video that has been age-restricted " + + description = "Adds an option to remove the dialog that appears when opening a video that has been age-restricted " + "by accepting it automatically. This does not bypass the age restriction.", dependencies = [IntegrationsPatch::class, SettingsPatch::class], compatiblePackages = [ @@ -51,7 +51,7 @@ object RemoveViewerDiscretionDialogPatch : BytecodePatch( ), StringResource( "revanced_remove_viewer_discretion_dialog_user_dialog_message", - "This does not bypass the age restriction, it just accepts it automatically." + "This does not bypass the age restriction. It just accepts it automatically." ) ) )