diff --git a/components/dashboard/src/insights/download/DownloadInsights.tsx b/components/dashboard/src/insights/download/DownloadInsights.tsx index 8477fe9f077687..0572878a9d4b00 100644 --- a/components/dashboard/src/insights/download/DownloadInsights.tsx +++ b/components/dashboard/src/insights/download/DownloadInsights.tsx @@ -82,7 +82,7 @@ export const DownloadInsightsToast = ({ organizationId, from, to, organizationNa
Insights export complete. -

+

{readableSize} · {formattedCount} {data.count !== 1 ? "entries" : "entry"} exported

diff --git a/components/dashboard/src/usage/download/DownloadUsage.tsx b/components/dashboard/src/usage/download/DownloadUsage.tsx index 67095723e60a2e..3da6ac3dbe199c 100644 --- a/components/dashboard/src/usage/download/DownloadUsage.tsx +++ b/components/dashboard/src/usage/download/DownloadUsage.tsx @@ -124,7 +124,7 @@ const DownloadUsageToast: FC = ({ attributionId, endDat
Usage export complete. -

+

{readableSize} · {formattedCount} {data.count !== 1 ? "entries" : "entry"} exported