Skip to content

Commit

Permalink
(Remove viewer discretion dialog): Change description and in-app note
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeW50 committed Dec 28, 2023
1 parent 7ec5627 commit 5207b0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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."
)
)
)
Expand Down

0 comments on commit 5207b0f

Please sign in to comment.