From 4f70e3f789bdf10e9ce7c572b0a4134e337ab4e5 Mon Sep 17 00:00:00 2001 From: Shubham Bansal Date: Wed, 17 Aug 2022 09:21:55 +0000 Subject: [PATCH] ACA-4600 Review comments implemented --- lib/core/i18n/en.json | 1 + lib/core/userinfo/components/user-info.component.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 432423680c..e353b71553 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -360,6 +360,7 @@ }, "USER_PROFILE": { "LABELS": { + "MY_PROFILE": "My Profile", "ECM": { "JOB_TITLE": "Job Title" }, diff --git a/lib/core/userinfo/components/user-info.component.html b/lib/core/userinfo/components/user-info.component.html index fe163725be..642cb8b49e 100644 --- a/lib/core/userinfo/components/user-info.component.html +++ b/lib/core/userinfo/components/user-info.component.html @@ -88,6 +88,9 @@ class="adf-userinfo__detail-profile"> {{ ecmUser.jobTitle ? ecmUser.jobTitle : 'N/A' }} +
+ {{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }} +
@@ -148,7 +151,6 @@ class="adf-userinfo__detail-title">{{identityUser | fullName}} {{identityUser.email}} - My Profile