[FIX] Change 'Administration' to 'My Account' to switch between website and portal - backend and frontend

bzr revid: jke@openerp.com-20140307131017-nhqlnhnsgeprtblc
This commit is contained in:
Kersten Jeremy 2014-03-07 14:10:17 +01:00
parent c0d20af756
commit 9f23642476
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
</b>
</a>
<ul class="dropdown-menu js_usermenu" role="menu">
<li><a href="/web" role="menuitem">Administration</a></li>
<li><a href="/web" role="menuitem">My Account</a></li>
<li class="divider"/>
<li><a t-attf-href="/web/session/logout?redirect=/" role="menuitem">Logout</a></li>
</ul>