consistency

This commit is contained in:
Stephanie Yang 2021-06-14 15:49:20 -05:00
parent b14811b4fe
commit 9c21f6f109
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ export const MoleculaTable: FC<MoleculaTableProps> = ({
</Typography>
<div className={css.infoMessage}>
{dataDistribution && dataDistribution.uncached ? (
'Disk usage will be calculated after the next cache refresh.'
'Disk usage will be calculated at the next cache refresh.'
) : (
<Fragment>
Disk usage last updated{' '}

View file

@ -65,7 +65,7 @@ export const MoleculaTables: FC<MoleculaTablesProps> = ({
>
<span className={css.relativeTime}>{lastUpdatedMoment.fromNow()}</span>
</Tooltip>
. Disk usage for new tables will be calculated at the next refresh.
. Disk usage for new tables will be calculated at the next cache refresh.
</div>
<div className={css.actions}>
<SortBy