fix(youtube/hide-get-premium): shorten descriptions

This commit is contained in:
oSumAtrIX 2023-06-07 03:11:23 +02:00
parent a9d9649d8b
commit f5224c4980
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 3 additions and 3 deletions

View File

@ -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"
)
)
)