diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 432423680cd..8f7e8ce2f91 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -365,7 +365,8 @@ }, "BPM": { "TENANT": "Tenant" - } + }, + "MY_PROFILE": "My Profile" }, "TAB": { "CS": "Content Services", diff --git a/lib/core/userinfo/components/user-info.component.html b/lib/core/userinfo/components/user-info.component.html index 4fc93ef8858..bb8cd2277f0 100644 --- a/lib/core/userinfo/components/user-info.component.html +++ b/lib/core/userinfo/components/user-info.component.html @@ -80,6 +80,8 @@ {{ecmUser | fullName}} {{ecmUser.email}} + + {{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}