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:
softwarefactory-project-zuul[bot] 2019-10-29 01:13:08 +00:00 committed by GitHub
commit 6aaf906594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ class OrganizationTeams extends React.Component {
hasContentLoading={hasContentLoading}
items={teams}
itemCount={itemCount}
pluralizedItemName="Notifications"
pluralizedItemName="Teams"
qsConfig={QS_CONFIG}
/>
);