Skip to content

Commit

Permalink
Fix text to match options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 10, 2024
1 parent aca50e1 commit fc77a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async function onPermanentlyDeleteDataset(datasetId: string) {
v-if="topTenDatasetsBySizeData"
:description="
localize(
'These are the 10 datasets that take the most space in this history. Click on a bar to see more information about the dataset.'
`These are the ${numberOfDatasetsToDisplay} datasets that take the most space in this history. Click on a bar to see more information about the dataset.`
)
"
:enable-selection="true"
Expand Down

0 comments on commit fc77a45

Please sign in to comment.