diff --git a/awx/ui_next/src/screens/Template/Templates.jsx b/awx/ui_next/src/screens/Template/Templates.jsx index 0b54b5952a..bea9a244f0 100644 --- a/awx/ui_next/src/screens/Template/Templates.jsx +++ b/awx/ui_next/src/screens/Template/Templates.jsx @@ -37,6 +37,9 @@ class Templates extends Component { [`/templates/${template.type}/${template.id}/edit`]: i18n._( t`Edit Details` ), + [`/templates/${template.type}/${template.id}/notifications`]: i18n._( + t`Notifications` + ), }; this.setState({ breadcrumbConfig }); };