mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Merge pull request #5130 from mabashian/4948-empty-list
Fix org teams empty list text Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -65,7 +65,7 @@ class OrganizationTeams extends React.Component {
|
|||||||
hasContentLoading={hasContentLoading}
|
hasContentLoading={hasContentLoading}
|
||||||
items={teams}
|
items={teams}
|
||||||
itemCount={itemCount}
|
itemCount={itemCount}
|
||||||
pluralizedItemName="Notifications"
|
pluralizedItemName="Teams"
|
||||||
qsConfig={QS_CONFIG}
|
qsConfig={QS_CONFIG}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user