mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-12 13:17:38 +02:00
fix(YouTube - Announcements): Do not end descriptions with punctuation
Because all settings descriptions don't either.
This commit is contained in:
@ -47,13 +47,13 @@ object AnnouncementsPatch : BytecodePatch(
|
||||
),
|
||||
StringResource(
|
||||
"revanced_announcements_summary_on",
|
||||
"Announcements are shown on startup."
|
||||
"Announcements are shown on startup"
|
||||
), StringResource(
|
||||
"revanced_announcements_summary_off",
|
||||
"Announcements are not shown on startup."
|
||||
"Announcements are not shown on startup"
|
||||
), StringResource(
|
||||
"revanced_announcements_enabled_summary",
|
||||
"Show announcements on startup."
|
||||
"Show announcements on startup"
|
||||
),
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user