Rename page to Manage Tasks

Trying to align terminology with the docs
pull/2831/head
Alex P 2018-02-23 09:35:22 -08:00
parent ec8048cfcd
commit 3c115cc3c8
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ const PageContents = ({children}) =>
<div className="page-header">
<div className="page-header__container">
<div className="page-header__left">
<h1 className="page-header__title">Manage Alerts</h1>
<h1 className="page-header__title">Manage Tasks</h1>
</div>
<div className="page-header__right">
<SourceIndicator />

View File

@ -121,7 +121,7 @@ const SideNav = React.createClass({
<NavHeader link={`${sourcePrefix}/alerts`} title="Alerting" />
<NavListItem link={`${sourcePrefix}/alerts`}>History</NavListItem>
<NavListItem link={`${sourcePrefix}/alert-rules`}>
Manage Alerts
Manage Tasks
</NavListItem>
</NavBlock>