Skip to content
Snippets Groups Projects
Unverified Commit 9861c417 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

fix: wrap `Filter by this value` in `t` (#48226)

parent c5f27d49
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ export const getSectionTitle = (
): string | null => {
switch (sectionKey) {
case "filter":
return actions[0]?.sectionTitle ?? `Filter by this value`;
return actions[0]?.sectionTitle ?? t`Filter by this value`;
case "sum":
return t`Summarize`;
......
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