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

View File

@@ -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}
/> />
); );