Skip to content

Commit

Permalink
fix: Unescaped character
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Apr 17, 2024
1 parent 4517696 commit a4b8466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,8 @@ Some components may not be hidden."</string>
<string name="revanced_hide_shorts_live_chat_summary_on">Live chat messages are hidden</string>
<string name="revanced_hide_shorts_live_chat_summary_off">Live chat messages are shown</string>
<string name="revanced_hide_shorts_live_header_title">Hide live chat header</string>
<string name="revanced_hide_shorts_live_header_summary_on">Live chat header is hidden.\n\nBack button in header won't be hidden.</string>
<string name="revanced_hide_shorts_live_header_summary_off">Live chat header is shown.\n\nBack button in header won't be hidden.</string>
<string name="revanced_hide_shorts_live_header_summary_on">Live chat header is hidden.\n\nBack button in header won\'t be hidden.</string>
<string name="revanced_hide_shorts_live_header_summary_off">Live chat header is shown.\n\nBack button in header won\'t be hidden.</string>
<string name="revanced_hide_shorts_player_comments_button_summary_off">Comments button is shown.</string>
<string name="revanced_hide_shorts_player_comments_button_summary_on">Comments button is hidden.</string>
<string name="revanced_hide_shorts_player_comments_button_title">Hide comments button</string>
Expand Down

0 comments on commit a4b8466

Please sign in to comment.