Skip to content

Commit

Permalink
[Platform]: Loading text updated (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmehta authored Sep 28, 2023
1 parent 841ee0f commit d0b0b0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const createBlob = format =>
const styles = makeStyles(theme => ({
messageProgress: {
marginRight: '1rem',
color: 'white !important',
},
snackbarContentMessage: {
display: 'flex',
Expand Down Expand Up @@ -347,7 +348,10 @@ function DataDownloader({ fileStem }) {
>
here
</Link>{' '}
for more information
for more information.
<br />
{isPartnerPreview &&
`The file will also include the target prioritisation data.`}
</Alert>
</DisclaimerContainer>
</PopoverContent>
Expand All @@ -365,7 +369,7 @@ function DataDownloader({ fileStem }) {
message={
<>
<CircularProgress className={classes.messageProgress} />
Preparing data...
Preparing the data. This may take several minutes...
</>
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function SummaryLoader() {
<StyledContainer>
<CircularProgress color="inherit" />
</StyledContainer>
Summarising...
Summarising. This may take some time...
</LoadingContainer>
);
}
Expand Down

0 comments on commit d0b0b0a

Please sign in to comment.