diff --git a/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue b/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue index 9de90c78b5e6..42129841b95b 100644 --- a/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue +++ b/client/src/components/User/DiskUsage/Visualizations/HistoryStorageOverview.vue @@ -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"