mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-14 21:22:27 +01:00
fix: auto-captions patch switch description (#488)
This commit is contained in:
@@ -36,8 +36,8 @@ class AutoCaptionsPatch : BytecodePatch(
|
|||||||
"revanced_autocaptions_enabled",
|
"revanced_autocaptions_enabled",
|
||||||
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
|
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
|
||||||
false,
|
false,
|
||||||
StringResource("revanced_autocaptions_summary_on", "Auto-captions are enabled"),
|
StringResource("revanced_autocaptions_summary_on", "Auto-captions are disabled"),
|
||||||
StringResource("revanced_autocaptions_summary_off", "Auto-captions are disabled")
|
StringResource("revanced_autocaptions_summary_off", "Auto-captions are enabled")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user