fix(YouTube): Fix grammer mistakes in patch descriptions (#2543)

This commit is contained in:
KobeW50 2023-12-26 18:08:15 -05:00 committed by GitHub
parent 4157000168
commit ebf599349c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -45,11 +45,11 @@ object HideGetPremiumPatch : BytecodePatch(setOf(GetPremiumViewFingerprint)) {
), ),
StringResource( StringResource(
"revanced_hide_get_premium_summary_on", "revanced_hide_get_premium_summary_on",
"YouTube Premium promotions under video player is hidden" "YouTube Premium promotions under video player are hidden"
), ),
StringResource( StringResource(
"revanced_hide_get_premium_summary_off", "revanced_hide_get_premium_summary_off",
"YouTube Premium promotions under video player is shown" "YouTube Premium promotions under video player are shown"
) )
) )
) )

View File

@ -300,8 +300,8 @@ object HideLayoutComponentsPatch : BytecodePatch(
SwitchPreference( SwitchPreference(
"revanced_hide_artist_cards", "revanced_hide_artist_cards",
StringResource("revanced_hide_artist_cards_title", "Hide artist cards"), StringResource("revanced_hide_artist_cards_title", "Hide artist cards"),
StringResource("revanced_hide_artist_cards_on", "Artist cards is hidden"), StringResource("revanced_hide_artist_cards_on", "Artist cards are hidden"),
StringResource("revanced_hide_artist_cards_off", "Artist cards is shown") StringResource("revanced_hide_artist_cards_off", "Artist cards are shown")
), ),
SwitchPreference( SwitchPreference(
"revanced_hide_chips_shelf", "revanced_hide_chips_shelf",