diff --git a/awx/ui_next/src/screens/Template/Templates.jsx b/awx/ui_next/src/screens/Template/Templates.jsx index 6c54778e77..85e1ae4a83 100644 --- a/awx/ui_next/src/screens/Template/Templates.jsx +++ b/awx/ui_next/src/screens/Template/Templates.jsx @@ -40,9 +40,7 @@ class Templates extends Component { [`/templates/${template.type}/${template.id}/notifications`]: i18n._( t`Notifications` ), - [`/templates/${template.type}/${template.id}/access`]: i18n._( - t`Access` - ), + [`/templates/${template.type}/${template.id}/access`]: i18n._(t`Access`), }; this.setState({ breadcrumbConfig }); };