Skip to content

Commit

Permalink
Add include_sub_groups message ID (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
damontecres authored Oct 3, 2024
1 parent 9b567fa commit f055188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const HierarchicalLabelValueFilter: React.FC<
if (inputType === "studios") {
id = "include_sub_studios";
} else if (inputType === "groups") {
id = "include-sub-groups";
id = "include_sub_groups";
} else if (type === "children") {
id = "include_parent_tags";
} else {
Expand Down
1 change: 1 addition & 0 deletions ui/v2.5/src/locales/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,7 @@
"images": "Images",
"include_parent_tags": "Include parent tags",
"include_sub_group_content": "Include sub-group content",
"include_sub_groups": "Include sub-groups",
"include_sub_studio_content": "Include sub-studio content",
"include_sub_studios": "Include subsidiary studios",
"include_sub_tag_content": "Include sub-tag content",
Expand Down

0 comments on commit f055188

Please sign in to comment.