Skip to content

Commit 7fa7ef6

Browse files
committed
fix: Correct invalid string name
1 parent 5a93660 commit 7fa7ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/addresources/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
<string name="revanced_hide_attributes_section_title">Hide attributes section</string>
202202
<string name="revanced_hide_attributes_section_summary_on">\'Featured places\', Games and Music sections are hidden</string>
203203
<string name="revanced_hide_attributes_section_summary_off">\'Featured places\', Games and Music sections are shown</string>
204-
<string name="revanced_hide_chapters_title">Hide Chapters section</string>
205-
<string name="revanced_hide_chapters_summary_on">Chapters section is hidden</string>
206-
<string name="revanced_hide_chapters_summary_off">Chapters section is shown</string>
204+
<string name="revanced_hide_chapters_section_title">Hide Chapters section</string>
205+
<string name="revanced_hide_chapters_section_summary_on">Chapters section is hidden</string>
206+
<string name="revanced_hide_chapters_section_summary_off">Chapters section is shown</string>
207207
<string name="revanced_hide_podcast_section_title">Hide \'Explore the podcast\' section</string>
208208
<string name="revanced_hide_podcast_section_summary_on">\'Explore the podcast\' section is hidden</string>
209209
<string name="revanced_hide_podcast_section_summary_off">\'Explore the podcast\' section is shown</string>

0 commit comments

Comments
 (0)