From 30c19d525e302e942942deeaaa875159351ad7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 17 Jan 2016 20:32:37 +0100 Subject: [PATCH] ux(): minor page rename --- public/app/core/components/sidemenu/sidemenu.ts | 2 +- public/app/features/profile/partials/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/core/components/sidemenu/sidemenu.ts b/public/app/core/components/sidemenu/sidemenu.ts index 83a1c520089..d2a640c1345 100644 --- a/public/app/core/components/sidemenu/sidemenu.ts +++ b/public/app/core/components/sidemenu/sidemenu.ts @@ -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) { diff --git a/public/app/features/profile/partials/profile.html b/public/app/features/profile/partials/profile.html index 5f6f75f090f..4e8c15044c2 100644 --- a/public/app/features/profile/partials/profile.html +++ b/public/app/features/profile/partials/profile.html @@ -4,7 +4,7 @@
-

Profile & Preferences

+

Profile

Preferences