Skip to content

Commit

Permalink
fix(YouTube - Announcements): Do not end descriptions with punctuation
Browse files Browse the repository at this point in the history
Because all settings descriptions don't either.
  • Loading branch information
oSumAtrIX committed Oct 20, 2023
1 parent 445c4a1 commit 17e414d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
)
)
Expand Down

0 comments on commit 17e414d

Please sign in to comment.