@@ -133,7 +133,7 @@ const CollectionsList: React.FunctionComponent<{
133133 : 'N/A' ,
134134 hint :
135135 coll . calculated_storage_size !== undefined &&
136- 'Storage Data: Sum of the disk space allocated to all collections in the database for document storage.' ,
136+ 'Storage Data: Disk space allocated to this collection for document storage.' ,
137137 } ,
138138 {
139139 label : 'Uncompressed data' ,
@@ -143,7 +143,7 @@ const CollectionsList: React.FunctionComponent<{
143143 : 'N/A' ,
144144 hint :
145145 coll . document_size !== undefined &&
146- 'Uncompressed Data Size: Total size of the uncompressed data held in the database .' ,
146+ 'Uncompressed Data Size: Total size of the uncompressed data held in this collection .' ,
147147 } ,
148148 ]
149149 : [
@@ -155,7 +155,7 @@ const CollectionsList: React.FunctionComponent<{
155155 : 'N/A' ,
156156 hint :
157157 coll . calculated_storage_size !== undefined &&
158- 'Storage Data: Sum of the disk space allocated to all collections in the database for document storage.' ,
158+ 'Storage Data: Disk space allocated to this collection for document storage.' ,
159159 } ,
160160 {
161161 label : 'Uncompressed data' ,
@@ -165,7 +165,7 @@ const CollectionsList: React.FunctionComponent<{
165165 : 'N/A' ,
166166 hint :
167167 coll . document_size !== undefined &&
168- 'Uncompressed Data Size: Total size of the uncompressed data held in the database .' ,
168+ 'Uncompressed Data Size: Total size of the uncompressed data held in this collection .' ,
169169 } ,
170170 {
171171 label : 'Documents' ,
0 commit comments