Skip to content

Commit

Permalink
Merge pull request #814 from OpenUpSA/feature/change-indicator-no-dat…
Browse files Browse the repository at this point in the history
…a-message

Changed hardcoded message to new one for SALDRU Youth Explorer
  • Loading branch information
paulmwatson authored Oct 2, 2024
2 parents 16f189d + eaa9c2d commit fd2a9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const NoSubindicatorView = (props) => {
<Box sx={{display: 'flex', alignItems: 'center', p: 0.5, pr: 0}}>
<Typography noWrap={false} variant="body2"
sx={{fontSize: '1em', letterSpacing: '.3px', color: '#666'}}>
No data available for this indicator in the current view.
Data currently not available for this indicator.
</Typography>
</Box>
}
Expand Down

0 comments on commit fd2a9ed

Please sign in to comment.