Skip to content

Commit

Permalink
Merge 1606c6a into bd5b6f1
Browse files Browse the repository at this point in the history
  • Loading branch information
doh5 committed Mar 31, 2017
2 parents bd5b6f1 + 1606c6a commit f8dcf7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions webapp/components/admin_console/admin_sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default class AdminSidebar extends React.Component {
}
>
<AdminSidebarSection
name='email'
name='authentication_email'
title={
<FormattedMessage
id='admin.sidebar.email'
Expand Down Expand Up @@ -469,7 +469,7 @@ export default class AdminSidebar extends React.Component {
}
>
<AdminSidebarSection
name='email'
name='notifications_email'
title={
<FormattedMessage
id='admin.sidebar.email'
Expand Down
8 changes: 4 additions & 4 deletions webapp/routes/route_admin_console.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ export default (
/>
</Route>
<Route path='authentication'>
<IndexRedirect to='email'/>
<IndexRedirect to='authentication_email'/>
<Route
path='email'
path='authentication_email'
component={EmailAuthenticationSettings}
/>
<Route
Expand Down Expand Up @@ -135,9 +135,9 @@ export default (
/>
</Route>
<Route path='notifications'>
<IndexRedirect to='email'/>
<IndexRedirect to='notifications_email'/>
<Route
path='email'
path='notifications_email'
component={EmailSettings}
/>
<Route
Expand Down

0 comments on commit f8dcf7f

Please sign in to comment.