Skip to content

Commit aa9b8fc

Browse files
farhank31Farhan Khan
andauthored
ATLAS-5092 : Change the literature of classification count on the Statistics page (#427)
Co-authored-by: Farhan Khan <farhan.khan@freestoninfotech.com>
1 parent d11f415 commit aa9b8fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dashboard/src/views/Statistics/ClassificationStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const ClassificationStats = ({ handleClose }: any) => {
108108
<TableCell align="right">
109109
<Typography fontWeight="600">
110110
{" "}
111-
Count
111+
Associated Entities
112112
<span className="count">{`(${numberFormatWithComma(
113113
tagsCount
114114
)})`}</span>

dashboardv2/public/js/templates/site/Statistics_tmpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 class="panel-title">
6262
<thead>
6363
<tr>
6464
<th class="">Name</th>
65-
<th class="">Count <span class="count">(0)</span></th>
65+
<th class="">Associated Entities <span class="count">(0)</span></th>
6666
</tr>
6767
</thead>
6868
<tbody data-id="classification-card">

dashboardv3/public/js/templates/site/Statistics_tmpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 class="panel-title">
6262
<thead>
6363
<tr>
6464
<th class="">Name</th>
65-
<th class="">Count <span class="count">(0)</span></th>
65+
<th class="">Associated Entities <span class="count">(0)</span></th>
6666
</tr>
6767
</thead>
6868
<tbody data-id="classification-card">

0 commit comments

Comments
 (0)