1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Notifications plural

This commit is contained in:
mabashian 2019-06-20 11:34:16 -04:00
parent f185d80b05
commit af6ea1cc58

View File

@ -45,7 +45,7 @@ class Template extends Component {
const tabsArray = [
{ name: i18n._(t`Details`), link: `${match.url}/details`, id: 0 },
{ name: i18n._(t`Access`), link: '/home', id: 1 },
{ name: i18n._(t`Notification`), link: '/home', id: 2 },
{ name: i18n._(t`Notifications`), link: '/home', id: 2 },
{ name: i18n._(t`Schedules`), link: '/home', id: 3 },
{ name: i18n._(t`Completed Jobs`), link: '/home', id: 4 },
{ name: i18n._(t`Survey`), link: '/home', id: 5 }