diff --git a/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/capacity-card/capacity-card.tsx b/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/capacity-card/capacity-card.tsx index 0f26f835eeb..0841a2dd989 100644 --- a/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/capacity-card/capacity-card.tsx +++ b/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/capacity-card/capacity-card.tsx @@ -94,7 +94,7 @@ export const CapacityCard: React.FC = ({ const statUsed: React.ReactText = getLastStats(storageUsed, getInstantVectorStats); const statTotal: React.ReactText = getLastStats(storageTotal, getInstantVectorStats); const infoText = - 'Total capacity reflects the actual raw capacity of the OpenShift Container Storage cluster. Used capacity reflects provisioned capacity which factors capacity being used to store user data and overhead from ensuring redundancy and reliability of the data.'; + 'Capacity includes the capacity being used to store user data and overhead from ensuring redundancy and reliability of the data.'; return (