ux(): minor page rename

This commit is contained in:
Torkel Ödegaard
2016-01-17 20:32:37 +01:00
parent 8161a0943d
commit 30c19d525e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export class SideMenuCtrl {
this.orgMenu = [
{section: 'You', cssClass: 'dropdown-menu-title'},
{text: 'Preferences', url: this.getUrl('/profile')},
{text: 'Account', url: this.getUrl('/profile')},
{text: 'Profile', url: this.getUrl('/profile')},
];
if (this.isSignedIn) {