diff --git a/Mohem/src/app/my-team/home/home.component.html b/Mohem/src/app/my-team/home/home.component.html
index 18ea1529..8fbdc861 100644
--- a/Mohem/src/app/my-team/home/home.component.html
+++ b/Mohem/src/app/my-team/home/home.component.html
@@ -16,7 +16,7 @@
- {{ts.trPK('myTeam','todayAttendance')}}
+ {{ts.trPK('myTeam','team-stats')}}
{{totalEmployees}}
diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json
index 63efad4b..dcff14b5 100644
--- a/Mohem/src/assets/localization/i18n.json
+++ b/Mohem/src/assets/localization/i18n.json
@@ -1502,6 +1502,10 @@
"team-members": {
"en": "TEAM MEMBERS",
"ar": "اعضاء الفريق"
+ },
+ "team-stats": {
+ "en": "Team Statistics",
+ "ar": "إحصائيات الفريق"
}
},
"searchForReplacment": {