Skip to content

Commit

Permalink
Merge pull request #17450 from jmchilton/storage_fixes
Browse files Browse the repository at this point in the history
Fix text to match options in HistoryStorageOverview
  • Loading branch information
jmchilton authored Feb 10, 2024
2 parents aca50e1 + fc77a45 commit 91ed390
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 91ed390

Please sign in to comment.