mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 16:51:03 +00:00
consistency
This commit is contained in:
parent
b14811b4fe
commit
9c21f6f109
2 changed files with 2 additions and 2 deletions
|
|
@ -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{' '}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue