Make navbar label consistent with page heading

pull/10616/head
Alex P 2018-06-28 15:25:47 -07:00
parent 504b4fd6e5
commit bc30dcc7bc
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class SideNav extends PureComponent<Props> {
link="/logs"
location={location}
>
<NavHeader link={'/logs'} title="Log Viewer" />
<NavHeader link={'/logs'} title="Logs Viewer" />
</NavBlock>
<Authorized