Torkel Ödegaard 10 лет назад
Родитель
Сommit
30c19d525e

+ 1 - 1
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) {

+ 1 - 1
public/app/features/profile/partials/profile.html

@@ -4,7 +4,7 @@
 <div class="page-container">
 	<div class="page-wide">
 
-		<h1>Profile & Preferences</h1>
+		<h1>Profile</h1>
 
 		<section class="simple-box">
 			<h3 class="simple-box-header">Preferences</h3>