diff --git a/apps/platform/src/components/AssociationsToolkit/DataDownloader.jsx b/apps/platform/src/components/AssociationsToolkit/DataDownloader.jsx index 0024b7d57..704940c9e 100644 --- a/apps/platform/src/components/AssociationsToolkit/DataDownloader.jsx +++ b/apps/platform/src/components/AssociationsToolkit/DataDownloader.jsx @@ -182,6 +182,7 @@ const createBlob = format => const styles = makeStyles(theme => ({ messageProgress: { marginRight: '1rem', + color: 'white !important', }, snackbarContentMessage: { display: 'flex', @@ -347,7 +348,10 @@ function DataDownloader({ fileStem }) { > here {' '} - for more information + for more information. +
+ {isPartnerPreview && + `The file will also include the target prioritisation data.`} @@ -365,7 +369,7 @@ function DataDownloader({ fileStem }) { message={ <> - Preparing data... + Preparing the data. This may take several minutes... } /> diff --git a/packages/ui/src/components/PublicationsDrawer/SummaryLoader.jsx b/packages/ui/src/components/PublicationsDrawer/SummaryLoader.jsx index 54e421e00..0629a2384 100644 --- a/packages/ui/src/components/PublicationsDrawer/SummaryLoader.jsx +++ b/packages/ui/src/components/PublicationsDrawer/SummaryLoader.jsx @@ -22,7 +22,7 @@ function SummaryLoader() { - Summarising... + Summarising. This may take some time... ); }