mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #4687 from AlexSCorey/4685-LookUpPluralization
Adds proper pluralization to Look Up modal empty state Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
edb7ddb9ae
@ -248,6 +248,7 @@ class Lookup extends React.Component {
|
||||
items={results}
|
||||
itemCount={count}
|
||||
itemName={lookupHeader}
|
||||
itemNamePlural={lookupHeader}
|
||||
qsConfig={this.qsConfig}
|
||||
toolbarColumns={columns}
|
||||
renderItem={item => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user