Skip to content

Commit

Permalink
fix: auto-captions patch switch description (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
OxrxL committed Sep 15, 2022
1 parent 9514264 commit 7bcac4f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class AutoCaptionsPatch : BytecodePatch(
"revanced_autocaptions_enabled",
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
false,
StringResource("revanced_autocaptions_summary_on", "Auto-captions are enabled"),
StringResource("revanced_autocaptions_summary_off", "Auto-captions are disabled")
StringResource("revanced_autocaptions_summary_on", "Auto-captions are disabled"),
StringResource("revanced_autocaptions_summary_off", "Auto-captions are enabled")
)
)

Expand Down Expand Up @@ -77,4 +77,4 @@ class AutoCaptionsPatch : BytecodePatch(

return PatchResultSuccess()
}
}
}

0 comments on commit 7bcac4f

Please sign in to comment.