From df50c472a03d026580f41e9f3007deda8c0bc084 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 23 Mar 2020 10:15:59 +0300 Subject: [PATCH] Fixed MM-227 --- Mohem/src/app/my-team/home/home.component.html | 2 +- Mohem/src/assets/localization/i18n.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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": {