mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Fix org teams empty list text
This commit is contained in:
@@ -65,7 +65,7 @@ class OrganizationTeams extends React.Component {
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={teams}
|
||||
itemCount={itemCount}
|
||||
pluralizedItemName="Notifications"
|
||||
pluralizedItemName="Teams"
|
||||
qsConfig={QS_CONFIG}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user