We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9836eda commit 86a719bCopy full SHA for 86a719b
1 file changed
app/configurator/components/add-dataset-dialog.tsx
@@ -618,7 +618,7 @@ export const PreviewDataTable = ({
618
handleClickSelectAllFromCube(group.cubeIri)
619
}
620
>
621
- Select all
+ <Trans id="controls.filter.select.all">Select all</Trans>
622
</Button>{" "}
623
-{" "}
624
<Button
@@ -628,7 +628,9 @@ export const PreviewDataTable = ({
628
handleClickUnselectAllFromCube(group.cubeIri)
629
630
631
- Unselect all
+ <Trans id="controls.filter.select.none">
632
+ Select none
633
+ </Trans>
634
</Button>
635
</Box>
636
</ListSubheader>,
0 commit comments