changed wording of account menu entry after group discussion
parent
f447a73dad
commit
70b3f4ed91
|
@ -108,7 +108,7 @@ export class GlobalnavComponent implements OnInit {
|
|||
buildAccountNav() {
|
||||
const accountNav: PrimaryNavItem = {
|
||||
icon: faUser,
|
||||
text: 'Account'
|
||||
text: 'My Account'
|
||||
};
|
||||
if (this.isLoggedIn) {
|
||||
accountNav.children = [
|
||||
|
|
Loading…
Reference in New Issue