This is an automated email from the ASF dual-hosted git repository.

ppawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new aa9b8fced ATLAS-5092 : Change the literature of classification count 
on the Statistics page (#427)
aa9b8fced is described below

commit aa9b8fcede97a7d56ea07bb6fe9eaae353a5e90b
Author: farhank31 <111185778+farhan...@users.noreply.github.com>
AuthorDate: Mon Sep 8 17:10:39 2025 +0530

    ATLAS-5092 : Change the literature of classification count on the 
Statistics page (#427)
    
    Co-authored-by: Farhan Khan <farhan.k...@freestoninfotech.com>
---
 dashboard/src/views/Statistics/ClassificationStats.tsx    | 2 +-
 dashboardv2/public/js/templates/site/Statistics_tmpl.html | 2 +-
 dashboardv3/public/js/templates/site/Statistics_tmpl.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dashboard/src/views/Statistics/ClassificationStats.tsx 
b/dashboard/src/views/Statistics/ClassificationStats.tsx
index 3b00750af..7f6e88aa3 100644
--- a/dashboard/src/views/Statistics/ClassificationStats.tsx
+++ b/dashboard/src/views/Statistics/ClassificationStats.tsx
@@ -108,7 +108,7 @@ const ClassificationStats = ({ handleClose }: any) => {
                 <TableCell align="right">
                   <Typography fontWeight="600">
                     {" "}
-                    Count
+                    Associated Entities
                     <span className="count">{`(${numberFormatWithComma(
                       tagsCount
                     )})`}</span>
diff --git a/dashboardv2/public/js/templates/site/Statistics_tmpl.html 
b/dashboardv2/public/js/templates/site/Statistics_tmpl.html
index 646e37fe7..a65be9774 100644
--- a/dashboardv2/public/js/templates/site/Statistics_tmpl.html
+++ b/dashboardv2/public/js/templates/site/Statistics_tmpl.html
@@ -62,7 +62,7 @@
                     <thead>
                         <tr>
                             <th class="">Name</th>
-                            <th class="">Count <span 
class="count">(0)</span></th>
+                            <th class="">Associated Entities <span 
class="count">(0)</span></th>
                         </tr>
                     </thead>
                     <tbody data-id="classification-card">
diff --git a/dashboardv3/public/js/templates/site/Statistics_tmpl.html 
b/dashboardv3/public/js/templates/site/Statistics_tmpl.html
index 646e37fe7..a65be9774 100644
--- a/dashboardv3/public/js/templates/site/Statistics_tmpl.html
+++ b/dashboardv3/public/js/templates/site/Statistics_tmpl.html
@@ -62,7 +62,7 @@
                     <thead>
                         <tr>
                             <th class="">Name</th>
-                            <th class="">Count <span 
class="count">(0)</span></th>
+                            <th class="">Associated Entities <span 
class="count">(0)</span></th>
                         </tr>
                     </thead>
                     <tbody data-id="classification-card">

Reply via email to