fix subheading for memory chart

This commit is contained in:
Henry Dollman
2024-11-03 15:30:35 -05:00
parent c9b72f724f
commit b337ba1d7f
32 changed files with 77 additions and 90 deletions

View File

@@ -395,7 +395,7 @@ export default function SystemDetail({ name }: { name: string }) {
empty={dataEmpty}
grid={grid}
title={t`Memory Usage`}
description={t`Triggers when memory usage exceeds a threshold.`}
description={t`Precise utilization at the recorded time`}
>
<MemChart chartData={chartData} />
</ChartCard>