mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
ux(): minor page rename
This commit is contained in:
parent
8161a0943d
commit
30c19d525e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user