Skip to content

Commit

Permalink
ACA-4600 Added edit profile link (#7739)
Browse files Browse the repository at this point in the history
* ACA-4600 Added edit profile link
  • Loading branch information
sbansal3107 committed Aug 17, 2022
1 parent 11e7932 commit 0776230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core/i18n/en.json
Expand Up @@ -365,7 +365,8 @@
},
"BPM": {
"TENANT": "Tenant"
}
},
"MY_PROFILE": "My Profile"
},
"TAB": {
"CS": "Content Services",
Expand Down
2 changes: 2 additions & 0 deletions lib/core/userinfo/components/user-info.component.html
Expand Up @@ -80,6 +80,8 @@
<span id="ecm-full-name"
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
<span class="adf-userinfo__detail-profile" id="ecm-email"> {{ecmUser.email}} </span>
<a class="adf-userinfo__detail-profile" href="#/profile">
{{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}</a>
</div>
<div class="adf-userinfo-detail">
<span class="adf-userinfo__secondary-info" id="ecm-job-title-label">
Expand Down

0 comments on commit 0776230

Please sign in to comment.