mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03: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:
commit
6aaf906594
@ -65,7 +65,7 @@ class OrganizationTeams extends React.Component {
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={teams}
|
||||
itemCount={itemCount}
|
||||
pluralizedItemName="Notifications"
|
||||
pluralizedItemName="Teams"
|
||||
qsConfig={QS_CONFIG}
|
||||
/>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user