mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
change menu title from "User Managment" to "Users" in order to match the style of other entries (closes #104)
This commit is contained in:
parent
c8b99a21cc
commit
a46c8aa880
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class SidebarMenu extends React.Component {
|
|||
<li><NavLink to="/simulations" activeClassName="active" title="Simulations">Simulations</NavLink></li>
|
||||
<li><NavLink to="/simulators" activeClassName="active" title="Simulators">Simulators</NavLink></li>
|
||||
{ this.props.currentRole === 'admin' ?
|
||||
<li><NavLink to="/users" activeClassName="active" title="User Management">User Management</NavLink></li> : ''
|
||||
<li><NavLink to="/users" activeClassName="active" title="User Management">Users</NavLink></li> : ''
|
||||
}
|
||||
<li><NavLink to="/logout" title="Logout">Logout</NavLink></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue