Skip to content

Commit

Permalink
fix(youtube/hide-get-premium): shorten descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 7, 2023
1 parent a9d9649 commit f5224c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ class HideGetPremiumPatch : BytecodePatch(listOf(GetPremiumViewFingerprint,)) {
"revanced_hide_get_premium",
StringResource(
"revanced_hide_get_premium_title",
"Hide YouTube Premium advertisement under video player"
"Hide YouTube premium advertisement"
),
StringResource(
"revanced_hide_get_premium_summary_on",
"YouTube Premium advertisement are hidden"
"YouTube Premium advertisements under video player are hidden"
),
StringResource(
"revanced_hide_get_premium_summary_off",
"YouTube Premium advertisement are shown"
"YouTube Premium advertisements under video player are shown"
)
)
)
Expand Down

0 comments on commit f5224c4

Please sign in to comment.