mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix org teams empty list text
This commit is contained in:
parent
365f897059
commit
8fbfed5c55
@ -65,7 +65,7 @@ class OrganizationTeams extends React.Component {
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={teams}
|
||||
itemCount={itemCount}
|
||||
pluralizedItemName="Notifications"
|
||||
pluralizedItemName="Teams"
|
||||
qsConfig={QS_CONFIG}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user