fix(YouTube): Shorten setting titles to fit on screen (#2579)

This commit is contained in:
KobeW50 2024-01-10 06:26:24 -05:00 committed by GitHub
parent 2e1410bc0f
commit b2a5dd3efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
"revanced_hide_search_result_recommendations",
StringResource(
"revanced_hide_search_result_recommendations_title",
"Hide search result recommendations (e.g People also watched)"
"Hide \\\'People also watched\\\' recommendations"
),
StringResource(
"revanced_hide_search_result_recommendations_summary_on",

View File

@ -43,7 +43,7 @@ object AnnouncementsPatch : BytecodePatch(
"revanced_announcements",
StringResource(
"revanced_announcements_title",
"Show announcements from ReVanced"
"Show ReVanced announcements"
),
StringResource(
"revanced_announcements_summary_on",