Skip to content
Snippets Groups Projects
Unverified Commit 0e8e302f authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

fix modal header typo (#24539)

parent b5ea59aa
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ const getTitle = (query: StructuredQuery, singleTable: boolean) => {
if (singleTable) {
return t`Filter ${pluralize(table.displayName())} by`;
} else {
return t`Filter by}`;
return t`Filter by`;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment