Skip to content

Commit

Permalink
change chapter filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
abelpz committed Jan 6, 2023
1 parent 1dcfb53 commit f8e15de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
209-dba0ed7
210-1dcfb53
6 changes: 3 additions & 3 deletions src/components/translatable/TranslatableTSV.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export default function TranslatableTSV({

const REF_FILTER_INDEX = 1;

const chapterFilter = {
name: "Chapter",
const chapterVerseFilter = {
name: "ChapterVerse",
options: {
empty: true,
display: "excluded",
Expand Down Expand Up @@ -190,7 +190,7 @@ export default function TranslatableTSV({
generateRowId={_generateRowId}
options={options}
parser={parser}
columns={[chapterFilter]}
columns={[chapterVerseFilter]}
translationFontFamily={selectedFont}
/>
{validationComponent}
Expand Down

0 comments on commit f8e15de

Please sign in to comment.