Commit 30c19d52 by Torkel Ödegaard

ux(): minor page rename

parent 8161a094
......@@ -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) {
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment